Update boobank documentation

This commit is contained in:
Florent 2013-12-16 15:39:54 +01:00
commit f0a1865c13

View file

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