diff --git a/lib/client/gnt_instance.py b/lib/client/gnt_instance.py index d0a91ea790201b398dfbf3934ee4de4bd3713afe..f26063a0419f83b5d1f67638a188c2eaa5839210 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