Add the format for the date in documentation

This commit is contained in:
Florent 2014-03-23 19:22:36 +01:00
commit afd499b0ed

View file

@ -97,6 +97,7 @@ class Traveloob(ReplApplication):
departures STATION [ARRIVAL [DATE]]]
List all departures for a given station.
The format for the date is "yyyy-mm-dd HH:MM" or "HH:MM".
"""
station, arrival, date = self.parse_command_args(line, 3, 1)