diff options
author | hari gowtham <hgowtham@redhat.com> | 2015-12-28 14:32:50 +0530 |
---|---|---|
committer | Dan Lambright <dlambrig@redhat.com> | 2015-12-29 15:37:11 -0800 |
commit | e34935e83c1e2fdc20bfe826531bb61276a41de8 (patch) | |
tree | ffac646788d925ebf615da9c99efcd6566d5c6c7 /cli | |
parent | 4b52e6c0d73937c93464a1db15027796e3ecbd68 (diff) |
Tier : typo in tier help
Change-Id: I75bca55901849cf725e02c782f75ff1e6054fddd
BUG: 1294448
Signed-off-by: hari gowtham <hgowtham@redhat.com>
Reviewed-on: http://review.gluster.org/13097
Tested-by: Gluster Build System <jenkins@build.gluster.com>
Reviewed-by: mohammed rafi kc <rkavunga@redhat.com>
Reviewed-by: Dan Lambright <dlambrig@redhat.com>
Tested-by: Dan Lambright <dlambrig@redhat.com>
Diffstat (limited to 'cli')
-rw-r--r-- | cli/src/cli-cmd-volume.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/src/cli-cmd-volume.c b/cli/src/cli-cmd-volume.c index 16e1d1b1e98..19ae35a90b3 100644 --- a/cli/src/cli-cmd-volume.c +++ b/cli/src/cli-cmd-volume.c @@ -2659,7 +2659,7 @@ struct cli_cmd volume_cmds[] = { "rename volume <VOLNAME> to <NEW-VOLNAME>"},*/ { "volume tier <VOLNAME> status\n" - "volume tier <VOLNAME> start [force]" + "volume tier <VOLNAME> start [force]\n" "volume tier <VOLNAME> attach [<replica COUNT>] <NEW-BRICK>...\n" "volume tier <VOLNAME> detach <start|stop|status|commit|[force]>\n", cli_cmd_volume_tier_cbk, |