Update boobank documentation
This commit is contained in:
parent
505a5e9fef
commit
f0a1865c13
1 changed files with 2 additions and 1 deletions
|
|
@ -241,9 +241,10 @@ class Boobank(ReplApplication):
|
||||||
|
|
||||||
def do_list(self, line):
|
def do_list(self, line):
|
||||||
"""
|
"""
|
||||||
list
|
list [-s]
|
||||||
|
|
||||||
List accounts.
|
List accounts.
|
||||||
|
Use -s option to display accounts in alphabetical order.
|
||||||
"""
|
"""
|
||||||
return self.do_ls(line)
|
return self.do_ls(line)
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue