Revision 9621c777 snf-cyclades-app/synnefo/logic/management/commands/network-inspect.py

b/snf-cyclades-app/synnefo/logic/management/commands/network-inspect.py
48 48
    help = "Inspect a network on DB and Ganeti."
49 49

  
50 50
    option_list = BaseCommand.option_list + (
51
        make_option('--uuids',
51
        make_option(
52
            '--uuids',
52 53
            action='store_true',
53 54
            dest='use_uuids',
54 55
            default=False,
55 56
            help="Display UUIDs instead of user emails"),
56
        )
57
    )
57 58

  
58 59
    def handle(self, *args, **options):
59 60
        write = self.stdout.write

Also available in: Unified diff