Skip to content

Commit

Permalink
Expand new updateconf help text
Browse files Browse the repository at this point in the history
  • Loading branch information
ptnapoleon committed Feb 8, 2016
1 parent f280d28 commit d8cdcaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ccmlib/cmds/cluster_cmds.py
Original file line number Diff line number Diff line change
Expand Up @@ -696,7 +696,7 @@ def get_parser(self):
dest="cl_batch", default=False, help="Set commit log to batch mode")
parser.add_option('--rt', '--rpc-timeout', action="store", type='int',
dest="rpc_timeout", help="Set rpc timeout")
parser.add_option('-y', '--yaml', action="store_true", dest="literal_yaml", default=False, help="Pass in literal yaml string")
parser.add_option('-y', '--yaml', action="store_true", dest="literal_yaml", default=False, help="If enabled, treat argument as yaml, not kv pairs. Option syntax looks like ccm updateconf -y 'a: [b: [c,d]]'")
return parser

def validate(self, parser, options, args):
Expand Down

0 comments on commit d8cdcaf

Please sign in to comment.