Signed-off-by: Liu Yuan <namei.unix at gmail.com> --- collie/cluster.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collie/cluster.c b/collie/cluster.c index 8826d15..19746c3 100644 --- a/collie/cluster.c +++ b/collie/cluster.c @@ -481,7 +481,7 @@ static struct subcommand cluster_cmd[] = { cluster_snapshot_cmd, SUBCMD_FLAG_NEED_ARG, cluster_snapshot, cluster_options}, {"recover", NULL, "afph", - "See 'collie cluster recover' for more information\n", + "See 'collie cluster recover' for more information", cluster_recover_cmd, SUBCMD_FLAG_NEED_ARG, cluster_recover, cluster_options}, {"reweight", NULL, "aph", "reweight the cluster", NULL, 0, -- 1.7.9.5 |