remove alias deploy for config, does not make things better

Signed-off-by: Nico Schottelius <nico@kr.ethz.ch>
This commit is contained in:
Nico Schottelius 2011-09-13 18:00:41 +02:00
parent 8d1b4236d4
commit 4d065443da
1 changed files with 0 additions and 1 deletions

View File

@ -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')