diff options
-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"); } |