From: P. J. McDermott Date: Tue, 24 Sep 2013 12:29:39 +0000 (-0400) Subject: ssic: Rearrange options in help output. X-Git-Tag: ssic/1.0.0~10 X-Git-Url: https://jxself.org/git/?p=ssic.git;a=commitdiff_plain;h=36b7d2c263bac54ecd765c095aeb2084846374e7 ssic: Rearrange options in help output. --- 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 = Set the variable to \n"); - print(" -I Set the document root to \n"); print(" -o Place the output into \n"); + print(" -I Set the document root to \n"); + print(" -D = Set the variable to \n"); print(" -h, --help Display this information\n"); print(" -V, --version Display compiler version information\n"); }