diff options
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 41533cf5c9f..9dc70d2ea79 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 ("Gsync command failed"); +                cli_out (GEOREP" start failed");          return ret;  } @@ -1165,7 +1165,7 @@ struct cli_cmd volume_cmds[] = {           "reset all the reconfigured options"},  #if (SYNCDAEMON_COMPILE) -        {"volume gsync <start|stop|config> <MASTER> <SLAVE> [options]", +        {"volume "GEOREP" <start|stop|config> <MASTER> <SLAVE> [options]",           cli_cmd_volume_gsync_set_cbk,           "Geo-sync operations"},  #endif  | 
