Revision 25be0c75 lib/cli.py

b/lib/cli.py
947 947

  
948 948
MASTER_NETDEV_OPT = cli_option("--master-netdev", dest="master_netdev",
949 949
                               help="Specify the node interface (cluster-wide)"
950
                               " on which the master IP address will be added "
951
                               " [%s]" % constants.DEFAULT_BRIDGE,
950
                               " on which the master IP address will be added"
951
                               " (cluster init default: %s)" %
952
                               constants.DEFAULT_BRIDGE,
952 953
                               metavar="NETDEV",
953
                               default=constants.DEFAULT_BRIDGE)
954
                               default=None)
954 955

  
955 956
GLOBAL_FILEDIR_OPT = cli_option("--file-storage-dir", dest="file_storage_dir",
956 957
                                help="Specify the default directory (cluster-"

Also available in: Unified diff