From 15b5f9a4d7ffaa90c83bfccb6329477e8572861d Mon Sep 17 00:00:00 2001 From: Iustin Pop <iustin@google.com> Date: Tue, 15 May 2012 19:08:47 +0200 Subject: [PATCH] Fix a tiny typo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Was showing in the man page as --diskN, without a space. Signed-off-by: Iustin Pop <iustin@google.com> Reviewed-by: RenΓ© Nussbaumer <rn@google.com> --- man/gnt-instance.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man/gnt-instance.rst b/man/gnt-instance.rst index 528d52399..e6180e3f0 100644 --- a/man/gnt-instance.rst +++ b/man/gnt-instance.rst @@ -898,7 +898,7 @@ the default volume group to create the disk on. For DRBD disks, the ``metavg=``*VG* option specifies the volume group for the metadata device. ``--disk`` *N*``:add,size=``**SIZE** can be used to add a disk at a specific index. The ``--disk remove`` option will remove the -last disk of the instance. Use ``--disk ``*N*``:remove`` to remove a +last disk of the instance. Use ``--disk `` *N*``:remove`` to remove a disk by its index. The ``--disk`` *N*``:mode=``*MODE* option will change the mode of the Nth disk of the instance between read-only (``ro``) and read-write (``rw``). -- GitLab