fixed bug 756083
This commit is contained in:
parent
13b5c796f1
commit
e86e999d27
1 changed files with 3 additions and 3 deletions
|
|
@ -67,11 +67,11 @@ unless ($usersFile && $configFile && !$help) {
|
|||
print <<STOP;
|
||||
|
||||
|
||||
Usage: perl $0 --userfile=<pathToFile> --configfile=<webguiConfig>
|
||||
Usage: perl $0 --usersfile=<pathToFile> --configfile=<webguiConfig>
|
||||
|
||||
--usersFile File containing import information.
|
||||
--usersFile File (and path) containing import information.
|
||||
|
||||
--configFile WebGUI config file.
|
||||
--configFile WebGUI config file (with no path info).
|
||||
|
||||
|
||||
Options:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue