From 7dccfd68e9ef75dd288c5c73eaf55bc9e15f8c17 Mon Sep 17 00:00:00 2001
From: Guido Trotter <ultrotter@google.com>
Date: Thu, 10 Jan 2008 11:41:40 +0000
Subject: [PATCH] gnt-backup import doesn't allow to chose the os

Since it's an import the os is implied to be the one which performed the
export. No -o option is accepted. Reflect this in the manpage.

Reviewed-by: imsnah
---
 man/gnt-backup.sgml | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/man/gnt-backup.sgml b/man/gnt-backup.sgml
index 796148d53..66d430113 100644
--- a/man/gnt-backup.sgml
+++ b/man/gnt-backup.sgml
@@ -94,7 +94,6 @@
         <command>import</command>
         <arg choice="req">-n <replaceable>node<optional>:secondary-node</optional></replaceable></arg>
         <arg>-s <replaceable>disksize</replaceable></arg>
-        <arg>-o <replaceable>os-type</replaceable></arg>
         <arg>-m <replaceable>memsize</replaceable></arg>
         <arg>-b <replaceable>bridge</replaceable></arg>
         <sbr>
@@ -130,12 +129,6 @@
         these suffixes map to mebibytes, gibibytes and tebibytes.
       </para>
 
-      <para>
-        The <option>-o</option> options specifies the operating
-        system to be installed. The available operating systems can
-        be listed with <command>gnt-os list</command>.
-      </para>
-
       <para>
         The <option>-m</option> option specifies the memory size for
         the instance, in mebibytes (defaults to 128 MiB).
-- 
GitLab