Fix a tiny typo
authorIustin Pop <iustin@google.com>
Tue, 15 May 2012 17:08:47 +0000 (19:08 +0200)
committerIustin Pop <iustin@google.com>
Wed, 16 May 2012 11:52:50 +0000 (13:52 +0200)
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

index 528d523..e6180e3 100644 (file)
@@ -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``).