Skip to content

Commit e1885cb

Browse files
committed
Fix typo in README
1 parent 2211368 commit e1885cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ instead of ``duckargs-python``:
9090

9191
::
9292

93-
$ duckargs-c positional_arg1 positional_arg2 -i --int-val 4 -f 3.3 -f --file FILE -F --otherfile FILE -a -b -c
93+
$ duckargs-c positional_arg1 positional_arg2 -i --int-val 4 -e 3.3 -f --file FILE -F --otherfile FILE -a -b -c
9494

9595
The output of the above command looks like this:
9696

0 commit comments

Comments
 (0)