From: Alfredo Deza Date: Wed, 5 Feb 2014 15:58:23 +0000 (-0500) Subject: remove dry run flag that does nothing X-Git-Tag: v1.3.5~1^2~2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=58afd2974ba44b1d4adffbe6d6551f6481a824bf;p=ceph-deploy.git remove dry run flag that does nothing Signed-off-by: Alfredo Deza --- diff --git a/ceph_deploy/cli.py b/ceph_deploy/cli.py index d7c3fb5..cc3bac4 100644 --- a/ceph_deploy/cli.py +++ b/ceph_deploy/cli.py @@ -41,11 +41,6 @@ def get_parser(): action='store_true', dest='quiet', help='be less verbose', ) - parser.add_argument( - '-n', '--dry-run', - action='store_true', dest='dry_run', - help='do not perform any action, but report what would be done', - ) parser.add_argument( '--version', action='version',