cosmetic in usage message
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Wed, 5 Sep 2012 14:08:23 +0000 (16:08 +0200)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Wed, 5 Sep 2012 14:08:23 +0000 (16:08 +0200)
planetlab/scripts/sliver-ovs

index eec7fc7..50601d3 100755 (executable)
@@ -170,7 +170,7 @@ SUBCOMMANDS="create_bridge create_port del_bridge del_port start_db start_switch
 
 function main () {
        message="Usage: $COMMAND <subcommand> ...
-Supported subcommands are:
+Supported subcommands are (dash or underscore is the same):
 $SUBCOMMANDS"
        [[ -z "$@" ]] && error "$message"