From 4d065443da3e9f676ff8b0973b2073243d664d76 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Tue, 13 Sep 2011 18:00:41 +0200 Subject: [PATCH] remove alias deploy for config, does not make things better Signed-off-by: Nico Schottelius --- bin/cdist | 1 - 1 file changed, 1 deletion(-) diff --git a/bin/cdist b/bin/cdist index 339ecfa8..7e3e9a1c 100755 --- a/bin/cdist +++ b/bin/cdist @@ -659,7 +659,6 @@ if __name__ == "__main__": parser['banner'].set_defaults(func=banner) parser['config'] = parser['sub'].add_parser('config', - aliases=['deploy'], parents=[parser['most']]) parser['config'].add_argument('host', nargs='+', help='one or more hosts to operate on')