From afd499b0edb36998f0772f798d9b50f16ed62a74 Mon Sep 17 00:00:00 2001 From: Florent Date: Sun, 23 Mar 2014 19:22:36 +0100 Subject: [PATCH] Add the format for the date in documentation --- weboob/applications/traveloob/traveloob.py | 1 + 1 file changed, 1 insertion(+) diff --git a/weboob/applications/traveloob/traveloob.py b/weboob/applications/traveloob/traveloob.py index eef08330..cf0119dd 100644 --- a/weboob/applications/traveloob/traveloob.py +++ b/weboob/applications/traveloob/traveloob.py @@ -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)