From 6536dfa1cac1d3e36d772cd98f567f05f27892a7 Mon Sep 17 00:00:00 2001
From: Guido Trotter <ultrotter@google.com>
Date: Tue, 11 Mar 2008 10:33:04 +0000
Subject: [PATCH] Specify better gnt-instance(8) replace-disks

The -s option when changing secondary node on a drbd template is implied, and
thus optional. Specify this in the manpage.

Reviewed-by: iustinp
---
 man/gnt-instance.sgml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/man/gnt-instance.sgml b/man/gnt-instance.sgml
index 57edb4725..efa77cff8 100644
--- a/man/gnt-instance.sgml
+++ b/man/gnt-instance.sgml
@@ -855,7 +855,7 @@
 
         <cmdsynopsis>
           <command>replace-disks</command>
-          <arg choice="req">-s</arg>
+          <arg choice="opt">-s</arg>
           <arg choice="req">--new-secondary <replaceable>NODE</replaceable></arg>
           <arg choice="req"><replaceable>instance</replaceable></arg>
         </cmdsynopsis>
-- 
GitLab