Revision 57d0151e scripts/gnt-backup

b/scripts/gnt-backup
177 177
                        help="List only backups stored on this node"
178 178
                             " (can be used multiple times)"),
179 179
            ],
180
           "", "Lists instance exports available in the ganeti cluster"),
180
           "Lists instance exports available in the ganeti cluster"),
181 181
  'export': (ExportInstance, ARGS_ONE,
182 182
             [DEBUG_OPT, FORCE_OPT,
183 183
              make_option("-n", "--node", dest="node", help="Target node",
......
185 185
              make_option("","--noshutdown", dest="shutdown",
186 186
                          action="store_false", default=True,
187 187
                          help="Don't shutdown the instance (unsafe)"), ],
188
             "-n <target_node> [opts...] <name>",
189 188
             "Exports an instance to an image"),
190
  'import': (ImportInstance, ARGS_ONE, import_opts, "[opts...] <name>",
189
  'import': (ImportInstance, ARGS_ONE, import_opts,
191 190
             "Imports an instance from an exported image"),
192 191
  'remove': (RemoveExport, ARGS_ONE,
193 192
             [DEBUG_OPT],
194
             "<name>",
195 193
             "Remove exports of named instance from the filesystem."),
196 194
  }
197 195

  

Also available in: Unified diff