fixed test3 stuff

This commit is contained in:
mes5k 2004-02-07 01:24:41 +00:00
parent 47153d7c6d
commit dc869fc0a9
4 changed files with 13 additions and 4 deletions

View File

@ -1,5 +1,5 @@
PARSE ERROR: Argument: -f (--floatTest)
Couldn't read argument value!
Couldn't read argument value from string 'nine'
USAGE:

View File

@ -4,10 +4,13 @@ PARSE ERROR: Argument: -s (--stringTest)
USAGE:
../examples/test3 [-i=<int>] ... -s=<string> [-B] [--] [-v] [-h] <string> <string> <fileNameString> ...
../examples/test3 [-f=<float>] ... [-i=<int>] ... -s=<string> [-B] [--] [-v] [-h] <string> <string> <fileNameString> ...
Where:
-f <float>, --floatTest <float> (accepted multiple times)
(value required) multi float test
-i <int>, --intTest <int> (accepted multiple times)
(value required) multi int test

View File

@ -4,10 +4,13 @@ PARSE ERROR: Argument: -s (--stringTest)
USAGE:
../examples/test3 [-i=<int>] ... -s=<string> [-B] [--] [-v] [-h] <string> <string> <fileNameString> ...
../examples/test3 [-f=<float>] ... [-i=<int>] ... -s=<string> [-B] [--] [-v] [-h] <string> <string> <fileNameString> ...
Where:
-f <float>, --floatTest <float> (accepted multiple times)
(value required) multi float test
-i <int>, --intTest <int> (accepted multiple times)
(value required) multi int test

View File

@ -4,10 +4,13 @@ PARSE ERROR:
USAGE:
../examples/test3 [-i=<int>] ... -s=<string> [-B] [--] [-v] [-h] <string> <string> <fileNameString> ...
../examples/test3 [-f=<float>] ... [-i=<int>] ... -s=<string> [-B] [--] [-v] [-h] <string> <string> <fileNameString> ...
Where:
-f <float>, --floatTest <float> (accepted multiple times)
(value required) multi float test
-i <int>, --intTest <int> (accepted multiple times)
(value required) multi int test