From 47c5ebcf3f34de77f35904c90b96c2f1f44eb733 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Sun, 11 Sep 2011 21:37:40 +0200 Subject: [PATCH] remove parallel and sequential args, until they are working Signed-off-by: Nico Schottelius --- bin/cdist | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/bin/cdist b/bin/cdist index 9f713ee3..a04575a8 100755 --- a/bin/cdist +++ b/bin/cdist @@ -588,12 +588,12 @@ if __name__ == "__main__": parser.add_argument('-i', '--initial-manifest', help='Path to a cdist manifest or - to read from stdin', dest='manifest', required=False) - parser.add_argument('-p', '--parallel', - help='Operate on multiple hosts in parallel', - action='store_true', dest='parallel') - parser.add_argument('-s', '--sequential', - help='Operate on multiple hosts sequentially', - action='store_false', dest='parallel') +# parser.add_argument('-p', '--parallel', +# help='Operate on multiple hosts in parallel', +# action='store_true', dest='parallel') +# parser.add_argument('-s', '--sequential', +# help='Operate on multiple hosts sequentially', +# action='store_false', dest='parallel') args = parser.parse_args(sys.argv[1:]) if args.debug: