dest, not destination

Signed-off-by: Nico Schottelius <nico@bento.schottelius.org>
remotes/origin/2.3
Nico Schottelius 12 years ago
parent 726aaf2033
commit 42bad3dd37
  1. 3
      scripts/cdist

@ -66,8 +66,7 @@ def commandline():
parser['configinstall'].add_argument('-n', '--dry-run',
help='Do not execute code', action='store_true')
parser['configinstall'].add_argument('-o', '--out-dir',
help='Directory to save cdist output in',
destination="out_path")
help='Directory to save cdist output in', dest="out_path")
parser['configinstall'].add_argument('-p', '--parallel',
help='Operate on multiple hosts in parallel',
action='store_true', dest='parallel')

Loading…
Cancel
Save