From 5336d63dd8b4dfc0ae6b0fc1d12626a73024757b Mon Sep 17 00:00:00 2001 From: Alexander Schreiber <als@google.com> Date: Thu, 28 Feb 2008 10:33:13 +0000 Subject: [PATCH] Clarify online help for xc-instance reinstall. Reviewed-by: imsnah --- scripts/gnt-instance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/gnt-instance b/scripts/gnt-instance index efa6809f8..d5661d302 100755 --- a/scripts/gnt-instance +++ b/scripts/gnt-instance @@ -820,7 +820,7 @@ commands = { " list is (in order): name, os, pnode, status," " oper_ram."), 'reinstall': (ReinstallInstance, ARGS_ONE, [DEBUG_OPT, FORCE_OPT, os_opt], - "[-f] <instance>", "Reinstall the instance"), + "[-f] <instance>", "Reinstall a stopped instance"), 'remove': (RemoveInstance, ARGS_ONE, [DEBUG_OPT, FORCE_OPT, make_option("--ignore-failures", dest="ignore_failures", -- GitLab