From e1885cb7962136ded9acdbf77c7da507f3d56b94 Mon Sep 17 00:00:00 2001 From: Erik Nyquist Date: Sun, 22 Oct 2023 14:38:17 -0700 Subject: [PATCH] Fix typo in README --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 299b149..93b579e 100644 --- a/README.rst +++ b/README.rst @@ -90,7 +90,7 @@ instead of ``duckargs-python``: :: - $ duckargs-c positional_arg1 positional_arg2 -i --int-val 4 -f 3.3 -f --file FILE -F --otherfile FILE -a -b -c + $ duckargs-c positional_arg1 positional_arg2 -i --int-val 4 -e 3.3 -f --file FILE -F --otherfile FILE -a -b -c The output of the above command looks like this: