At Mon, 12 Aug 2013 01:04:52 +0800, Liu Yuan wrote: > > 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, I've already sent the same fix in my cleanup series. http://lists.wpkg.org/pipermail/sheepdog/2013-August/011530.html Thanks, Kazutaka |