diff options
author | Michael Stahl <mstahl@redhat.com> | 2012-01-14 21:01:11 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2012-01-14 21:22:12 +0100 |
commit | 67ae80657a053626df5186983ae6b6f20b90e52e (patch) | |
tree | 2d3ee0c200082ee789e304b91b128d5d1f6e9cb8 /idlc | |
parent | 12d6fe95ae25e22d627dc45e37fae91da4cfa54d (diff) |
idlc: document all parameters
Diffstat (limited to 'idlc')
-rw-r--r-- | idlc/source/options.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/idlc/source/options.cxx b/idlc/source/options.cxx index 5b2c7cbdc8c7..f6f8c6bb4b6d 100644 --- a/idlc/source/options.cxx +++ b/idlc/source/options.cxx @@ -352,6 +352,8 @@ OString Options::prepareHelp() help += " documentation.\n"; help += " -cid = check if identifiers fulfill the UNO naming\n"; help += " requirements.\n"; + help += " -quiet = no output.\n"; + help += " -verbose = verbose output.\n"; help += " -w = display warning messages.\n"; help += " -we = treat warnings as errors.\n"; help += " -h|-? = print this help message and exit.\n\n"; |