summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. 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)
commit36b7d2c263bac54ecd765c095aeb2084846374e7 (patch)
treee08bb94afa967ef91bea5dcaa935801cd7890d56
parent671f0e06db17adf861082d331182d8eb582914bb (diff)
downloadssic-36b7d2c263bac54ecd765c095aeb2084846374e7.zip
ssic-36b7d2c263bac54ecd765c095aeb2084846374e7.tar.gz
ssic-36b7d2c263bac54ecd765c095aeb2084846374e7.tar.bz2
ssic: Rearrange options in help output.
-rwxr-xr-xbin/ssic4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/ssic b/bin/ssic
index 34f3502..f6622a0 100755
--- a/bin/ssic
+++ b/bin/ssic
@@ -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");
}