diff options
| author | Kaushik BV <kaushikbv@gluster.com> | 2011-04-17 11:21:51 +0000 | 
|---|---|---|
| committer | Anand Avati <avati@gluster.com> | 2011-04-17 21:41:12 -0700 | 
| commit | 72b57e311fe8634d26b4c56a78016f9359208443 (patch) | |
| tree | c5d902483373ebd44cf7d07fc8ff17ba2081d8e8 /cli/src/cli-cmd-volume.c | |
| parent | 91b3d10880678cfa9c5ce03204eb62897a4564e8 (diff) | |
cli: UI cleanup for geo-replication commandv3.2.0qa14
   * provide a unified output in case of failure of geo-replication session
   * provide a better formatting  of the output geo-replication status command
   * update the help option of geo-replication command
   * fix few typos
Signed-off-by: Kaushik BV <kaushikbv@gluster.com>
Signed-off-by: Anand Avati <avati@gluster.com>
BUG: 2536 (gsync service introspection)
URL: http://bugs.gluster.com/cgi-bin/bugzilla3/show_bug.cgi?id=2536
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 9dc70d2ea79..f6caddbc334 100644 --- a/cli/src/cli-cmd-volume.c +++ b/cli/src/cli-cmd-volume.c @@ -1086,7 +1086,7 @@ out:                  dict_unref (options);          if (ret && parse_err == 0) -                cli_out (GEOREP" start failed"); +                cli_out (GEOREP" command failed");          return ret;  } @@ -1165,7 +1165,7 @@ struct cli_cmd volume_cmds[] = {           "reset all the reconfigured options"},  #if (SYNCDAEMON_COMPILE) -        {"volume "GEOREP" <start|stop|config> <MASTER> <SLAVE> [options]", +        {"volume "GEOREP" <start|stop|config|status> [[<VOLNAME>] <SLAVE>] [options]",           cli_cmd_volume_gsync_set_cbk,           "Geo-sync operations"},  #endif  | 
