From 30a83755c34e058b685bcad6364d318479c3f179 Mon Sep 17 00:00:00 2001 From: Guido Trotter <ultrotter@google.com> Date: Thu, 5 Jan 2012 15:55:40 +0000 Subject: [PATCH] Update GrowDisk docstring It forgot about one argument. Signed-off-by: Guido Trotter <ultrotter@google.com> Reviewed-by: Michael Hanselmann <hansmi@google.com> --- lib/client/gnt_instance.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/client/gnt_instance.py b/lib/client/gnt_instance.py index d0a91ea79..f26063a04 100644 --- a/lib/client/gnt_instance.py +++ b/lib/client/gnt_instance.py @@ -630,8 +630,8 @@ def GrowDisk(opts, args): @param opts: the command line options selected by the user @type args: list - @param args: should contain two elements, the instance name - whose disks we grow and the disk name, e.g. I{sda} + @param args: should contain three elements, the target instance name, + the target disk id, and the target growth @rtype: int @return: the desired exit code -- GitLab