ssic: Rearrange options in help output.
authorP. J. McDermott <pjm@nac.net>
Tue, 24 Sep 2013 12:29:39 +0000 (08:29 -0400)
committerP. J. McDermott <pjm@nac.net>
Tue, 24 Sep 2013 12:29:39 +0000 (08:29 -0400)
bin/ssic

index 34f350259b25a90dae25368857d0b445068ffdfe..f6622a0b81df2a8d97e6697ee77a2de2849d02cf 100755 (executable)
--- 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");
 }