From 7a8dc4158c135edd6aa8801e3683fb3f37882c57 Mon Sep 17 00:00:00 2001 From: Travis Rhoden Date: Wed, 1 Jul 2015 11:47:54 -0700 Subject: [PATCH] [RM-12150] update help entry for 'ceph-deploy config' Signed-off-by: Travis Rhoden --- ceph_deploy/config.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ceph_deploy/config.py b/ceph_deploy/config.py index 75c3467..a2ce40f 100644 --- a/ceph_deploy/config.py +++ b/ceph_deploy/config.py @@ -80,7 +80,7 @@ def config(args): @priority(70) def make(parser): """ - Push configuration file to a remote host. + Copy ceph.conf to/from remote host(s) """ config_parser = parser.add_subparsers(dest='subcommand') -- 2.47.3