cqlsh: alphabetize help

Patch by Aleksey Yeschenko, reviewed by brandonwilliams for
CASSANDRA-4034
This commit is contained in:
Brandon Williams 2012-09-26 09:59:55 -05:00
parent ee4a26d865
commit 4c45288790
1 changed files with 1 additions and 1 deletions

View File

@ -1884,7 +1884,7 @@ class Shell(cmd.Cmd):
return names
def columnize(self, slist, *a, **kw):
return cmd.Cmd.columnize(self, [u.upper() for u in slist], *a, **kw)
return cmd.Cmd.columnize(self, sorted([u.upper() for u in slist]), *a, **kw)
def do_help(self, parsed):
"""