[sheepdog] [PATCH] sheep: small improvement of help message and man page description
Hitoshi Mitake
mitake.hitoshi at lab.ntt.co.jp
Tue Jan 7 02:38:57 CET 2014
We don't have to emphasize that corosync is a default cluster driver
in the help message. In addition, the description can conflict with
the constant DEFAULT_CLUSTER_DRIVER introduced in
6086bf0a3230. Because the value can be "local" if the build
environment doesn't have corosync.
Reported-by: Marcin Miroslaw <marcin at mejor.pl>
Signed-off-by: Hitoshi Mitake <mitake.hitoshi at lab.ntt.co.jp>
---
sheep/sheep.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sheep/sheep.c b/sheep/sheep.c
index c1c3349..4cbc64d 100644
--- a/sheep/sheep.c
+++ b/sheep/sheep.c
@@ -65,7 +65,7 @@ static const char zone_help[] =
static const char cluster_help[] =
"Available arguments:\n"
"\tlocal: use local driver\n"
-"\tcorosync: use corosync driver (default)\n"
+"\tcorosync: use corosync driver\n"
"\tzookeeper: use zookeeper driver, need extra arguments\n"
"\n\tzookeeper arguments: address-list,tiemout=value (default as 3000)\n"
"\nExample:\n\t"
--
1.7.10.4
More information about the sheepdog
mailing list