ovs-appctl: Rename 'help' to 'list-commands'.
authorAlex Wang <alexw@nicira.com>
Fri, 17 Oct 2014 18:11:36 +0000 (11:11 -0700)
committerAlex Wang <alexw@nicira.com>
Wed, 29 Oct 2014 01:35:23 +0000 (18:35 -0700)
commit91a11f5b19a370958d9f7b1827f2861d9dae16d8
tree61bf58d6b498f4ee2331b10111a7f896b59ffefb
parent66fa2c884fe9aee48217a76189a148bf215e0f5d
ovs-appctl: Rename 'help' to 'list-commands'.

Having 'ovs-appctl help' and 'ovs-appctl --help' print different
output is confusing.  This commit renames the 'help' to 'list-commands'.
Also, future patches will add the 'list-commands' to other ovs-*
commands, and the output will be used by bash command-line completion
script.

Signed-off-by: Alex Wang <alexw@nicira.com>
Acked-by: Ben Pfaff <blp@nicira.com>
lib/unixctl.c
tests/unixctl-py.at
utilities/ovs-appctl.8.in
utilities/ovs-appctl.c