Skip to content

Commit

Permalink
removed line break in command help
Browse files Browse the repository at this point in the history
  • Loading branch information
LanceMaverick committed Feb 22, 2017
1 parent df33738 commit 9fcc364
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion beards/natrailenq/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class NationalRailDepartures(BeardChatHandler):
"""

__commands__ = [
("departures", "checkTimes", "Displays departures from stated station.\n optional argument ' to [destination]' can be added to refine search."),
("departures", "checkTimes", "Displays departures from stated station."),
("searchstations", "searchStats", "Search stations for key phrase."),
("status", "getStatus", "Check status of Train Operating Companies."),
("disruptions", "getDisruptions", "Check Information on disruptions to today's services."),
Expand Down

0 comments on commit 9fcc364

Please sign in to comment.