From e2392fa8e694af46b51d30fc7ead2966acab773f Mon Sep 17 00:00:00 2001 From: Len Kranendonk Date: Sun, 18 Jul 2004 08:27:44 +0000 Subject: [PATCH] pageId no longer required option --- sbin/generateContent.pl | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/sbin/generateContent.pl b/sbin/generateContent.pl index 2801a36b6..6e533297b 100644 --- a/sbin/generateContent.pl +++ b/sbin/generateContent.pl @@ -42,19 +42,18 @@ GetOptions( 'help'=>\$help ); -#if ($help || $configFile eq '' || $pageId eq '' ) { if ($help || $configFile eq '' ) { print < --pageId= +Usage: perl $0 --configFile= --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.