Sort results of ls by default

and replace option -s by option -U (same than the real ls command)
refs #1079
This commit is contained in:
Florent 2013-12-17 15:20:49 +01:00
commit 105ec527b5
2 changed files with 7 additions and 7 deletions

View file

@ -241,10 +241,10 @@ class Boobank(ReplApplication):
def do_list(self, line):
"""
list [-s]
list [-U]
List accounts.
Use -s option to display accounts in alphabetical order.
Use -U to disable sorting of results.
"""
return self.do_ls(line)