Revision fdcf4d84 scripts/gnt-instance

b/scripts/gnt-instance
1385 1385
                   "<instances_file.json>",
1386 1386
                   "Create a bunch of instances based on specs in the file."),
1387 1387
  'console': (ConnectToInstanceConsole, ARGS_ONE_INSTANCE,
1388
              [DEBUG_OPT,
1389
               cli_option("--show-cmd", dest="show_command",
1390
                          action="store_true", default=False,
1391
                          help=("Show command instead of executing it"))],
1388
              [DEBUG_OPT, SHOWCMD_OPT],
1392 1389
              "[--show-cmd] <instance>",
1393 1390
              "Opens a console on the specified instance"),
1394 1391
  'failover': (FailoverInstance, ARGS_ONE_INSTANCE,

Also available in: Unified diff