aboutsummaryrefslogtreecommitdiff
path: root/src/utils
diff options
context:
space:
mode:
authordos-reis <gdr@axiomatics.org>2013-05-25 19:10:34 +0000
committerdos-reis <gdr@axiomatics.org>2013-05-25 19:10:34 +0000
commit9f67551cf99ccf2f1d6324f703b07596f5120d50 (patch)
treef83a243d4f06b823f70ccafa105d2d960e5f097a /src/utils
parent34e65d98b111655f53e73f8ed59589d5b58ab98c (diff)
downloadopen-axiom-9f67551cf99ccf2f1d6324f703b07596f5120d50.tar.gz
* utils/command.cc (print_usage): Document --verbose.
Diffstat (limited to 'src/utils')
-rw-r--r--src/utils/command.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/utils/command.cc b/src/utils/command.cc
index f007d517..58ff52ab 100644
--- a/src/utils/command.cc
+++ b/src/utils/command.cc
@@ -278,6 +278,8 @@ static void print_usage(void) {
print_line("General options:");
print_line(" --help Print this information and exit.");
print_line(" --version Print OpenAxiom version and exit.");
+ print_line(" --verbose Make the system more talkative.");
+ print_line(" The interpreter echos commands and prints results as if in toplevel read-eval-print loop.");
print_line(" --script Execute the file argument as a Spad script.");
print_line(" If specified, this option should be last before file argument.");
print_line(" --compile Invoke the compiler on the file argument.");