Revision 064c21f8 scripts/gnt-os

b/scripts/gnt-os
146 146

  
147 147
commands = {
148 148
  'list': (
149
    ListOS, ARGS_NONE, [DEBUG_OPT, NOHDR_OPT],
150
    "", "Lists all valid OSes on the master"),
149
    ListOS, ARGS_NONE, [NOHDR_OPT], "", "Lists all valid OSes on the master"),
151 150
  'diagnose': (
152
    DiagnoseOS, ARGS_NONE, [DEBUG_OPT], "", "Diagnose all OSes"),
151
    DiagnoseOS, ARGS_NONE, [], "", "Diagnose all OSes"),
153 152
  }
154 153

  
155 154
if __name__ == '__main__':

Also available in: Unified diff