We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f0d2f5 commit f2a9c3aCopy full SHA for f2a9c3a
README.md
@@ -35,7 +35,7 @@ argExpected['test']="argumentName - Argument description"
35
argExpected['u|uniform']="argumentName - Argument description"
36
37
# Define both the -a and -A arguments
38
-argExpected['u|A']="argumentName - Argument description"
+argExpected['a|A']="argumentName - Argument description"
39
40
# Define the -d, --deamon and -D arguments
41
argExpected['d|deamon|D']="argumentName - Argument description"
0 commit comments