diff --git a/weboob/tools/application/repl.py b/weboob/tools/application/repl.py index 02f3251a96f6793d3d01a3143cd2d4be7a48e6b5..e435b3c405e469612703007fa11d2469b8043cb4 100644 --- a/weboob/tools/application/repl.py +++ b/weboob/tools/application/repl.py @@ -1004,9 +1004,9 @@ def do_ls(self, line): List objects in current path. If an argument is given, list the specified path. - Use -U option to not sort results. It allows to use a "fast path" to + Use -U option to not sort results. It allows you to use a "fast path" to return results as soon as possible. - Use -d option to display informations about a collection (and to not + Use -d option to display information about a collection (and to not display the content of it). It has the same behavior than the well know UNIX "ls" command. """