From 021f5d6ffc32ff9dfdcf693a045913fd1c6c6399 Mon Sep 17 00:00:00 2001 From: Guido Trotter <ultrotter@google.com> Date: Tue, 2 Dec 2008 10:19:43 +0000 Subject: [PATCH] Update gnt-backup online help --src-node and --src-dir are not mandatory anymore Reviewed-by: iustinp --- scripts/gnt-backup | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/gnt-backup b/scripts/gnt-backup index b32f109ca..0cb6abf9c 100755 --- a/scripts/gnt-backup +++ b/scripts/gnt-backup @@ -242,7 +242,6 @@ commands = { "Exports an instance to an image"), 'import': (ImportInstance, ARGS_ONE, import_opts, ("[...] -t disk-type -n node[:secondary-node]" - " --src-node node --src-dir dir" " <name>"), "Imports an instance from an exported image"), 'remove': (RemoveExport, ARGS_ONE, -- GitLab