From fa845abb69f2ae569b90a0b48d8575a79aed40e3 Mon Sep 17 00:00:00 2001 From: Florent Date: Wed, 7 May 2014 10:21:17 +0200 Subject: [PATCH] Documentation of the -d option --- weboob/tools/application/repl.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/weboob/tools/application/repl.py b/weboob/tools/application/repl.py index 32788a40..a13d8143 100644 --- a/weboob/tools/application/repl.py +++ b/weboob/tools/application/repl.py @@ -988,6 +988,9 @@ class ReplApplication(Cmd, ConsoleApplication): If an argument is given, list the specified path. Use -U option to not sort results. It allows to use a "fast path" to return results as soon as possible. + Use -d option to display informations about a collection (and to not + display the content of it). It has the same behavior than the well + know UNIX "ls" command. """ # TODO: real parsing of options path = line.strip()