[otrs-cvs] otrs/bin otrs.FillDB.pl,1.20,1.21
"CVS commits notifications of OTRS.org" <[email protected]>
| Newsgroups | gmane.comp.otrs.cvs |
|---|---|
| Message-ID | <[email protected]> |
Comments:
Update of /home/cvs/otrs/bin
In directory lancelot:/tmp/cvs-serv27765/bin
Modified Files:
otrs.FillDB.pl
Log Message:
Fixed usage, typos.
Author: mb
Index: otrs.FillDB.pl
===================================================================
RCS file: /home/cvs/otrs/bin/otrs.FillDB.pl,v
retrieving revision 1.20
retrieving revision 1.21
diff -2 -u -d -r1.20 -r1.21
--- otrs.FillDB.pl 22 Jan 2013 10:14:09 -0000 1.20
+++ otrs.FillDB.pl 4 Feb 2013 14:48:31 -0000 1.21
@@ -117,5 +117,5 @@
Copyright (C) 2001-2012 OTRS AG, http://otrs.org/
-usage: otrsFillDB.pl -q <QUEUES> -t <TICKETS> -m <MODIFY_TICKETS> -a <ARTICLES> -f <SETSEENFLAG> -u <USERS> -g <GROUPS> -<CUSTOMERUSERS> -r <REALLYDOTHIS>
+usage: otrsFillDB.pl -q <QUEUES> -t <TICKETS> -m <MODIFY_TICKETS> -a <ARTICLES> -f <SETSEENFLAG> -u <USERS> -g <GROUPS> -c <CUSTOMERUSERS> -r <REALLYDOTHIS>
EOF
exit 1;
@@ -136,8 +136,8 @@
if ( !$Opts{c} ) {
print STDERR
- "NOTICE: No -c <COUNTOFCUSRTOMERS> given, will not create any new customers!\n";
+ "NOTICE: No -c <COUNTOFCUSTOMERS> given, will not create any new customers!\n";
}
if ( !$Opts{t} ) {
- print STDERR "ERROR: Need -t <COUNTOFTICKET>\n";
+ print STDERR "ERROR: Need -t <COUNTOFTICKETS>\n";
exit(1);
}
---------------------------------------------------------------------
OTRS mailing list: cvs-log - Webpage: http://otrs.org/
Archive: http://lists.otrs.org/pipermail/cvs-log
To unsubscribe: http://lists.otrs.org/cgi-bin/listinfo/cvs-log