Revision 9a033156 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>",
188 189
             "Exports an instance to an image"),
189
  'import': (ImportInstance, ARGS_ONE, import_opts,
190
  'import': (ImportInstance, ARGS_ONE, import_opts, "[opts...] <name>",
190 191
             "Imports an instance from an exported image"),
191 192
  'remove': (RemoveExport, ARGS_ONE,
192 193
             [DEBUG_OPT],
194
             "<name>",
193 195
             "Remove exports of named instance from the filesystem."),
194 196
  }
195 197

  

Also available in: Unified diff