diff options
author | P. J. McDermott <pjm@nac.net> | 2013-09-24 08:29:39 (EDT) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2013-09-24 08:29:39 (EDT) |
commit | 36b7d2c263bac54ecd765c095aeb2084846374e7 (patch) | |
tree | e08bb94afa967ef91bea5dcaa935801cd7890d56 | |
parent | 671f0e06db17adf861082d331182d8eb582914bb (diff) | |
download | ssic-36b7d2c263bac54ecd765c095aeb2084846374e7.zip ssic-36b7d2c263bac54ecd765c095aeb2084846374e7.tar.gz ssic-36b7d2c263bac54ecd765c095aeb2084846374e7.tar.bz2 |
ssic: Rearrange options in help output.
-rwxr-xr-x | bin/ssic | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -81,9 +81,9 @@ sub help usage($fh); print("Options:\n"); - print(" -D <name>=<value> Set the variable <name> to <value>\n"); - print(" -I <directory> Set the document root to <directory>\n"); print(" -o <output> Place the output into <output>\n"); + print(" -I <directory> Set the document root to <directory>\n"); + print(" -D <name>=<value> Set the variable <name> to <value>\n"); print(" -h, --help Display this information\n"); print(" -V, --version Display compiler version information\n"); } |