ui:command_line: use command names in command-list help message.
authorW. Trevor King <wking@tremily.us>
Mon, 3 Sep 2012 18:26:36 +0000 (14:26 -0400)
committerW. Trevor King <wking@tremily.us>
Mon, 3 Sep 2012 18:32:59 +0000 (14:32 -0400)
commit70ba753eebdb6b36db9b6c95555a3bcac2139508
tree10d4ca3097f15cf430e2206d156e5bf7b4bad292
parentdaaa79cbe6e07b0a73ddcf5b3bda3fbb724ec122
ui:command_line: use command names in command-list help message.

The old implementation used module names.  For example:
  command name: import-xml
  module name:  import_xml
libbe/ui/command_line.py