summaryrefslogtreecommitdiff
path: root/odb/options.cli
diff options
context:
space:
mode:
Diffstat (limited to 'odb/options.cli')
-rw-r--r--odb/options.cli4
1 files changed, 4 insertions, 0 deletions
diff --git a/odb/options.cli b/odb/options.cli
index bda8f1c..3b15fb2 100644
--- a/odb/options.cli
+++ b/odb/options.cli
@@ -15,6 +15,10 @@ class options
bool --help {"Print usage information and exit."};
bool --version {"Print version and exit."};
+ //
+ // Plugin options.
+ //
+ bool --trace {"Trace the compilation process."};
// This is a "fake" option in that it is actually handled by
// argv_file_scanner. We have it here to get the documentation.