Skip to content

Commit f2a9c3a

Browse files
committed
Corrected mistake in the README
1 parent 3f0d2f5 commit f2a9c3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ argExpected['test']="argumentName - Argument description"
3535
argExpected['u|uniform']="argumentName - Argument description"
3636

3737
# Define both the -a and -A arguments
38-
argExpected['u|A']="argumentName - Argument description"
38+
argExpected['a|A']="argumentName - Argument description"
3939

4040
# Define the -d, --deamon and -D arguments
4141
argExpected['d|deamon|D']="argumentName - Argument description"

0 commit comments

Comments
 (0)