Title: [systemimager-commits] r3411 - trunk/doc/man
Hey Brian:
 
Shouldn't this be fixed in 3.6.x instead of trunk?  It is a relatively minor bug fix...?
 
Cheers,
 
Bernard


From: [EMAIL PROTECTED] on behalf of finley
Sent: Thu 16/02/2006 19:05
To: [EMAIL PROTECTED]
Subject: [systemimager-commits] r3411 - trunk/doc/man

Author: finley
Date: 2006-02-16 21:05:42 -0600 (Thu, 16 Feb 2006)
New Revision: 3411

Modified:
   trunk/doc/man/si_updateclient.content.sgml
Log:
- Fix bug #1432922, --no-bootloader option misspelling.


Modified: trunk/doc/man/si_updateclient.content.sgml
===================================================================
--- trunk/doc/man/si_updateclient.content.sgml  2006-02-09 02:24:52 UTC (rev 3410)
+++ trunk/doc/man/si_updateclient.content.sgml  2006-02-17 03:05:42 UTC (rev 3411)
@@ -29,20 +29,20 @@
     <cmdsynopsis>
       <command>si_updateclient</command>

-      <arg><option>-help</option></arg>
-      <arg><option>-version</option></arg>
-      <arg><option>-server <replaceable>HOSTNAME</replaceable></option></arg>
-      <arg><option>-image <replaceable>IMAGENAME</replaceable></option></arg>
-      <arg rep="repeat"><option>-override <replaceable>OVERRIDE</replaceable></option></arg>
-      <arg><option>-directory <replaceable>DIRECTORY</replaceable></option></arg>
-      <arg><option>-no-bootloader</option></arg>
-      <arg><option>-autoinstall</option></arg>
-    <arg><option>-flavor <replaceable>FLAVOR</replaceable></option></arg>
-      <arg><option>-configure-from <replaceable>DEVICE</replaceable></option></arg>
-      <arg><option>-ssh-user <replaceable>USERNAME</replaceable></option></arg>
-      <arg><option>-reboot</option></arg>
-      <arg><option>-dry-run</option></arg>
-      <arg><option>-log <replaceable>"STRING"</replaceable></option></arg>
+      <arg><option>--help</option></arg>
+      <arg><option>--version</option></arg>
+      <arg><option>--server <replaceable>HOSTNAME</replaceable></option></arg>
+      <arg><option>--image <replaceable>IMAGENAME</replaceable></option></arg>
+      <arg rep="repeat"><option>--override <replaceable>OVERRIDE</replaceable></option></arg>
+      <arg><option>--directory <replaceable>DIRECTORY</replaceable></option></arg>
+      <arg><option>--no-bootloader</option></arg>
+      <arg><option>--autoinstall</option></arg>
+    <arg><option>--flavor <replaceable>FLAVOR</replaceable></option></arg>
+      <arg><option>--configure-from <replaceable>DEVICE</replaceable></option></arg>
+      <arg><option>--ssh-user <replaceable>USERNAME</replaceable></option></arg>
+      <arg><option>--reboot</option></arg>
+      <arg><option>--dry-run</option></arg>
+      <arg><option>--log <replaceable>"STRING"</replaceable></option></arg>
     </cmdsynopsis>
   </refsynopsisdiv>
   <refsect1>
@@ -66,36 +66,36 @@

     <variablelist>
       <varlistentry>
-        <term><option>-help</option>
+        <term><option>--help</option>
         </term>
         <listitem>
           <para>Show summary of options</para>
         </listitem>
       </varlistentry>
       <varlistentry>
-        <term><option>-version</option>
+        <term><option>--version</option>
         </term>
         <listitem>
           <para>Display version and copyright information</para>
         </listitem>
       </varlistentry>
       <varlistentry>
-        <term><option>-server <replaceable>HOSTNAME</replaceable></option></term>
+        <term><option>--server <replaceable>HOSTNAME</replaceable></option></term>
         <listitem>
           <para>
            Hostname or IP address of the imageserver.  Replaces deprecated
-           <option>-imageserver</option> option.
+           <option>--imageserver</option> option.
          </para>
         </listitem>
       </varlistentry>
       <varlistentry>
-        <term><option>-image <replaceable>IMAGENAME</replaceable></option></term>
+        <term><option>--image <replaceable>IMAGENAME</replaceable></option></term>
         <listitem>
           <para>Image from which the client should be updated</para>
         </listitem>
       </varlistentry>
       <varlistentry>
-        <term><option>-override <replaceable>OVERRIDE</replaceable></option></term>
+        <term><option>--override <replaceable>OVERRIDE</replaceable></option></term>
         <listitem>
           <para>Override module(s) from which to copy additional files. 
             Override directories are useful when you have multiple types of
@@ -112,7 +112,7 @@
         </listitem>
       </varlistentry>
       <varlistentry>
-        <term><option>-directory <replaceable>DIRECTORY</replaceable></option></term>
+        <term><option>--directory <replaceable>DIRECTORY</replaceable></option></term>
         <listitem>
           <para>
            Absolute path of the directory to be updated (defaults to "/")
@@ -120,7 +120,7 @@
         </listitem>
       </varlistentry>
       <varlistentry>
-        <term><option>-nobootloader</option></term>
+        <term><option>--no-bootloader</option></term>
         <listitem>
           <para>
            Don't run the bootloader (lilo, elilo, grub, etc) after update
@@ -130,7 +130,7 @@
         </listitem>
       </varlistentry>
       <varlistentry>
-        <term><option>-autoinstall</option>
+        <term><option>--autoinstall</option>
         </term>
         <listitem>
           <para>
@@ -140,18 +140,18 @@
          required if the partition scheme of the image you are updating from
          differs from the partition scheme of the image you are currently
          running, as your system may be left unbootable otherwise.
-         This option conflicts with <option>-nolilo</option>.
+         This option conflicts with <option>--nolilo</option>.
        </para>
        <para>
          Updates that use this option cannot take advantage of rsync's
          efficient updating mechanism.  This process also requires two
-         reboots.  This makes <option>-autoinstall</option> updates more
+         reboots.  This makes <option>--autoinstall</option> updates more
          consuming.
        </para>
         </listitem>
       </varlistentry>
     <varlistentry>
-      <term><option>-flavor <replaceable>FLAVOR</replaceable></option></term>
+      <term><option>--flavor <replaceable>FLAVOR</replaceable></option></term>
       <listitem>
        <para>
          The boot flavor to be used for doing an autoinstall
@@ -160,7 +160,7 @@
       </listitem>
     </varlistentry>
       <varlistentry>
-        <term><option>-configure-from <replaceable>DEVICE</replaceable></option></term>
+        <term><option>--configure-from <replaceable>DEVICE</replaceable></option></term>
         <listitem>
           <para>
            Only used with -autoinstall.  Stores the network configuration
@@ -170,7 +170,7 @@
         </listitem>
       </varlistentry>
       <varlistentry>
-        <term><option>-ssh-user <replaceable>USERNAME</replaceable></option></term>
+        <term><option>--ssh-user <replaceable>USERNAME</replaceable></option></term>
         <listitem>
           <para>
            Username for ssh connection from the client.  Only needed if a
@@ -179,7 +179,7 @@
         </listitem>
       </varlistentry>
       <varlistentry>
-        <term><option>-listing</option>
+        <term><option>--listing</option>
         </term>
         <listitem>
           <para>
@@ -189,14 +189,14 @@
         </listitem>
       </varlistentry>
       <varlistentry>
-        <term><option>-reboot</option>
+        <term><option>--reboot</option>
         </term>
         <listitem>
           <para>Reboot client after update completes</para>
         </listitem>
       </varlistentry>
       <varlistentry>
-        <term><option>-dry-run</option>
+        <term><option>--dry-run</option>
         </term>
         <listitem>
           <para>
@@ -205,7 +205,7 @@
         </listitem>
       </varlistentry>
       <varlistentry>
-       <term><option>-log <replaceable>STRING</replaceable></option></term>
+       <term><option>--log <replaceable>STRING</replaceable></option></term>
        <listitem>
          <para>
            Quoted string for log file format.  See the



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
_______________________________________________
systemimager-commits mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/systemimager-commits

Reply via email to