aboutsummaryrefslogtreecommitdiff
path: root/src/utils/command.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils/command.cc')
-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.");