From: Travis Rhoden Date: Wed, 1 Jul 2015 18:47:54 +0000 (-0700) Subject: [RM-12150] update help entry for 'ceph-deploy config' X-Git-Tag: v1.5.26~12^2~6 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=7a8dc4158c135edd6aa8801e3683fb3f37882c57;p=ceph-deploy.git [RM-12150] update help entry for 'ceph-deploy config' Signed-off-by: Travis Rhoden --- 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')