Revision 59885275 scripts/gnt-backup

b/scripts/gnt-backup
137 137
commands = {
138 138
  'list': (PrintExportList, ARGS_NONE,
139 139
           [DEBUG_OPT,
140
            make_option("--nodes", dest="nodes", default=[], action="append",
141
                        help="List only backups stored on these nodes"),
140
            make_option("--node", dest="node", default=[], action="append",
141
                        help="List only backups stored on this node"
142
                             " (can be used multiple times)"),
142 143
            ],
143 144
           "", "Lists instance exports available in the ganeti cluster"),
144 145
  'export': (ExportInstance, ARGS_ONE,

Also available in: Unified diff