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:
parent
4b0b7f839b
commit
105ec527b5
2 changed files with 7 additions and 7 deletions
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue