Skip to content

Commit

Permalink
Replaced generic parsing error with link to help page
Browse files Browse the repository at this point in the history
  • Loading branch information
joergschultzelutter committed Apr 2, 2021
1 parent f0e56ec commit 900b249
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/input_parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
errmsg_cannot_find_coords_for_user: str = "Cannot find coordinates for callsign"
errmsg_invalid_country: str = "Invalid country code (need ISO3166-a2)"
errmsg_invalid_state: str = "Invalid US state"
errmsg_invalid_command: str = "Cannot grok command"
errmsg_invalid_command: str = "Unknown command. Syntax:https://github.com/joergschultzelutter/mpad"
errmsg_no_satellite_specified: str = "No satellite specified"
errmsg_no_cwop_specified: str = "No cwop id specified"

Expand Down

0 comments on commit 900b249

Please sign in to comment.