From 840dbc5fc2a7f363dd99e121fcd425daebeb92ee Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Wed, 24 Oct 2012 10:22:13 +0200 Subject: [PATCH] enable what I've committed just before Signed-off-by: Nico Schottelius --- bin/cdist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/cdist b/bin/cdist index 6b10bd32..8002119f 100755 --- a/bin/cdist +++ b/bin/cdist @@ -45,7 +45,7 @@ def commandline(): parser['main'].add_argument('-V', '--version', help='Show version', action='version', version='%(prog)s ' + cdist.VERSION) - #parser['main'].set_defaults(func=commandline_main) + parser['main'].set_defaults(func=commandline_main) # Subcommand shell parser['sub'] = parser['main'].add_subparsers(title="Commands")