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()