From 89157156bb5f203b2ed05f5ebfa3a7a219103c4c Mon Sep 17 00:00:00 2001 From: Alfredo Deza Date: Tue, 1 Apr 2014 15:34:09 -0400 Subject: [PATCH] improve the help menu for calamari Signed-off-by: Alfredo Deza --- ceph_deploy/calamari.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ceph_deploy/calamari.py b/ceph_deploy/calamari.py index 53f882a..694015b 100644 --- a/ceph_deploy/calamari.py +++ b/ceph_deploy/calamari.py @@ -106,7 +106,8 @@ def make(parser): nargs='?', metavar='CODENAME', help="Use a given release from repositories\ - defined in ceph-deploy's configuration", + defined in ceph-deploy's configuration. Defaults to\ + 'calamari-minion'", ) -- 2.47.3