pageId no longer required option
This commit is contained in:
parent
5acecb3689
commit
e2392fa8e6
1 changed files with 3 additions and 4 deletions
|
|
@ -42,19 +42,18 @@ GetOptions(
|
||||||
'help'=>\$help
|
'help'=>\$help
|
||||||
);
|
);
|
||||||
|
|
||||||
#if ($help || $configFile eq '' || $pageId eq '' ) {
|
|
||||||
if ($help || $configFile eq '' ) {
|
if ($help || $configFile eq '' ) {
|
||||||
print <<STOP;
|
print <<STOP;
|
||||||
|
|
||||||
|
|
||||||
Usage: perl $0 --configfile=<webguiConfig> --pageId=<pageNumber>
|
Usage: perl $0 --configFile=<webguiConfig>
|
||||||
|
|
||||||
--configFile WebGUI config file (with no path info).
|
--configFile WebGUI config file (with no path info).
|
||||||
|
|
||||||
--pageId Set the page to be generated.
|
|
||||||
|
|
||||||
Options:
|
Options:
|
||||||
|
|
||||||
|
--pageId Set the page to be generated.
|
||||||
|
|
||||||
--help Displays this message.
|
--help Displays this message.
|
||||||
|
|
||||||
--userId Set the user that should view the page.
|
--userId Set the user that should view the page.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue