From 16ae53236849f4e9d50b552d93256e44c7c3de58 Mon Sep 17 00:00:00 2001 From: Johannes Altmanninger Date: Thu, 24 Sep 2020 21:49:16 +0200 Subject: [PATCH] Fix typos in docs --- doc_src/index.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc_src/index.rst b/doc_src/index.rst index 5bc355824..f50c309f1 100644 --- a/doc_src/index.rst +++ b/doc_src/index.rst @@ -1196,7 +1196,7 @@ A more robust approach to argument handling is :ref:`argparse `, w # If -h or --help is given, we print a little help text and return if set -q _flag_help - echo "mybetterfunction [-h|-help] [-s-|-second] [ARGUMENTS...]" + echo "mybetterfunction [-h|--help] [-s|--second] [ARGUMENTS...]" return 0 end