From b5401f2f7a539943922f30709b8a4673d6dcdd42 Mon Sep 17 00:00:00 2001 From: Iustin Pop <iustin@google.com> Date: Mon, 31 Mar 2008 13:12:04 +0000 Subject: [PATCH] Change the gnt-backup export help text Reviewed-by: ultrotter --- scripts/gnt-backup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/gnt-backup b/scripts/gnt-backup index a05e1ff1a..2876b25d6 100755 --- a/scripts/gnt-backup +++ b/scripts/gnt-backup @@ -154,7 +154,7 @@ commands = { make_option("","--noshutdown", dest="shutdown", action="store_false", default=True, help="Don't shutdown the instance (unsafe)"), ], - "[opts...] <name>", + "-n <target_node> [opts...] <name>", "Exports an instance to an image"), 'import': (ImportInstance, ARGS_ONE, import_opts, "[opts...] <name>", "Imports an instance from an exported image"), -- GitLab