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