pageId no longer required option

This commit is contained in:
Len Kranendonk 2004-07-18 08:27:44 +00:00
parent 5acecb3689
commit e2392fa8e6

View file

@ -42,19 +42,18 @@ GetOptions(
'help'=>\$help
);
#if ($help || $configFile eq '' || $pageId eq '' ) {
if ($help || $configFile eq '' ) {
print <<STOP;
Usage: perl $0 --configfile=<webguiConfig> --pageId=<pageNumber>
Usage: perl $0 --configFile=<webguiConfig>
--configFile WebGUI config file (with no path info).
--pageId Set the page to be generated.
Options:
--pageId Set the page to be generated.
--help Displays this message.
--userId Set the user that should view the page.