From 4ab0b9e35f26473c2a55410354d4b96c83a2ad16 Mon Sep 17 00:00:00 2001 From: Guido Trotter <ultrotter@google.com> Date: Tue, 18 Sep 2007 08:06:27 +0000 Subject: [PATCH] Fix a docstring Reviewed-by: iustinp --- scripts/gnt-instance | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/gnt-instance b/scripts/gnt-instance index 51d44db9a..1b05aa986 100755 --- a/scripts/gnt-instance +++ b/scripts/gnt-instance @@ -240,7 +240,7 @@ def RemoveInstance(opts, args): def RenameInstance(opts, args): - """Reinstall an instance. + """Rename an instance. Args: opts - class with options as members -- GitLab