From c098ac32bca40151db3f16251a5ccefceb038fe7 Mon Sep 17 00:00:00 2001 From: Tanguy Ortolo Date: Fri, 20 Jun 2014 17:38:36 +0200 Subject: [PATCH] Correct multiple language error "Information" is always singular in English. The verb "allows" requires a direct complement ("to allow one to do something", not "to allow to do something"). --- weboob/tools/application/repl.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/weboob/tools/application/repl.py b/weboob/tools/application/repl.py index 02f3251a96..e435b3c405 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. """ -- GitLab