diff options
| author | shishir gowda <shishirng@gluster.com> | 2010-09-04 04:58:17 +0000 | 
|---|---|---|
| committer | Vijay Bellur <vijay@dev.gluster.com> | 2010-09-04 04:17:14 -0700 | 
| commit | eef8162e92149794298146fe881789da6a61cdf5 (patch) | |
| tree | c2b010fe7abd780bc5c503d34e242f6c7d0055e6 /cli/src/cli-cmd-volume.c | |
| parent | 4f708eb8bbc80e5107fc3679b9f7ccac51883782 (diff) | |
Hiding add-brick/remove-brick type option
Currently add-brick and remove-brick type option of replica/stripe
along with count does not change the behaviour. Hiding the usage
options.
Signed-off-by: shishir gowda <shishirng@gluster.com>
Signed-off-by: Vijay Bellur <vijay@dev.gluster.com>
BUG: 1528 (Hide type option for add-brick and remove brick)
URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=1528
Diffstat (limited to 'cli/src/cli-cmd-volume.c')
| -rw-r--r-- | cli/src/cli-cmd-volume.c | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/cli/src/cli-cmd-volume.c b/cli/src/cli-cmd-volume.c index 399d146d108..34651ae161f 100644 --- a/cli/src/cli-cmd-volume.c +++ b/cli/src/cli-cmd-volume.c @@ -389,7 +389,7 @@ void  cli_cmd_volume_add_brick_usage ()  {          cli_out ("Usage: volume add-brick <VOLNAME> " -                 "[(replica <COUNT>)|(stripe <COUNT>)] <NEW-BRICK> ..."); +                 "<NEW-BRICK> ...");  }  int @@ -434,7 +434,7 @@ void  cli_cmd_volume_remove_brick_usage ()  {          cli_out ("Usage: volume remove-brick <VOLNAME> " -                 "[(replica <COUNT>)|(stripe <COUNT>)] <BRICK> ..."); +                 "<BRICK> ...");  }  int  | 
