Revision 1736e06d kamaki/cli/argument.py

b/kamaki/cli/argument.py
169 169
    def get_groups(self):
170 170
        return self.value.apis()
171 171

  
172
_config_arg = ConfigArgument(1, 'Path to configuration file', '-c, --config')
172
_config_arg = ConfigArgument(
173
    1, 'Path to configuration file',
174
    ('-c', '--config'))
173 175

  
174 176

  
175 177
class CmdLineConfigArgument(Argument):

Also available in: Unified diff