From adec36ded90892bcae156b9ccb2565bba4ad2681 Mon Sep 17 00:00:00 2001 From: alterNERDtive Date: Thu, 5 Mar 2020 14:46:29 +0100 Subject: [PATCH] fixed docs typo --- README.md | 2 +- spansh.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6f7c72f..9ef17f7 100644 --- a/README.md +++ b/README.md @@ -161,7 +161,7 @@ optional arguments: stations overall. --count [COUNT] how many stations to output. Defaults to 50. --systemlist outputs a list of systems to visit _only_, no station - names (for)easy system names c&p + names (foreasy system names c&p) ``` ## Need Help / Want to Contribute? ## diff --git a/spansh.py b/spansh.py index 69f054e..b7e91eb 100755 --- a/spansh.py +++ b/spansh.py @@ -50,8 +50,8 @@ parser_oldstations.add_argument("--system", nargs="?", parser_oldstations.add_argument("--count", nargs="?", type=int, default=50, help="how many stations to output. Defaults to 50.") parser_oldstations.add_argument("--systemlist", action='store_true', - help="outputs a list of systems to visit _only_, no station names (for)" - + "easy system names c&p") + help="outputs a list of systems to visit _only_, no station names (for" + + "easy system names c&p)") argcomplete.autocomplete(parser) args = parser.parse_args()