]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[gitlab9] Changes after review:
authorTomek Mrugalski <tomasz@isc.org>
Wed, 8 Aug 2018 13:08:43 +0000 (15:08 +0200)
committerTomek Mrugalski <tomasz@isc.org>
Wed, 8 Aug 2018 13:08:43 +0000 (15:08 +0200)
 - man pages updated
 - kea-admin help updated slightly.

src/bin/admin/kea-admin.in
src/bin/admin/kea-admin.xml
src/bin/keactrl/keactrl.xml

index 024455ac36679379c4caed5fc3cd23bf1fc8aab6..30c0fcd6281ee7862c27a80c7cbd2a0a667b30bd 100644 (file)
@@ -66,7 +66,7 @@ usage() {
     printf " -p or --password pass - specifies a password when connecting to a database\n"
     printf " -n or --name database - specifies a database name to connect to\n"
     printf " -d or --directory - path to upgrade scripts (default: ${SCRIPTS_DIR_DEFAULT})\n"
-    printf " -v - print kea-admin version and quit.\n"
+    printf " -v or --version - print kea-admin version and quit.\n"
     printf "\n"
     printf " Parameters specific to lease-dump:\n"
     printf "     -4 to dump IPv4 leases to file\n"
index 3d69c63d48be44e969bf4518a2e1848dceb3f2ab..a4b126cdb4bb77a2db4a2bb2c308877140bc01bd 100644 (file)
@@ -50,6 +50,7 @@
       <arg choice="opt" rep="norepeat"><option>-d <replaceable class="parameter">scripts directory</replaceable></option></arg>
       <arg choice="opt" rep="norepeat"><option>-4 | -6</option></arg>
       <arg choice="opt" rep="norepeat"><option>-o <replaceable class="parameter">output file</replaceable></option></arg>
+      <arg choice="opt" rep="norepeat"><option>-v</option></arg>
     </cmdsynopsis>
   </refsynopsisdiv>
 
         </listitem>
       </varlistentry>
 
+      <varlistentry>
+        <term><option>-v|--version</option></term>
+        <listitem>
+          <para>
+            Prints kea-admin version and quits.
+          </para>
+        </listitem>
+      </varlistentry>
+
       <varlistentry>
         <term><option>-4</option></term>
         <listitem>
index 24dd4850d5c192bc95e1bd7bded7fd280f6664f2..8b20c41fe8b79a294b5064d52db1c72890617813 100644 (file)
@@ -46,6 +46,7 @@
       <arg choice="opt" rep="norepeat">command</arg>
       <arg choice="opt" rep="norepeat"><option>-c <replaceable class="parameter">keactrl-config-file</replaceable></option></arg>
       <arg choice="opt" rep="norepeat"><option>-s <replaceable class="parameter">server[,server,...]</replaceable></option></arg>
+      <arg choice="opt" rep="norepeat"><option>-v</option></arg>
     </cmdsynopsis>
   </refsynopsisdiv>
 
         </listitem>
       </varlistentry>
 
+      <varlistentry>
+        <term><option>-v|--version</option></term>
+        <listitem>
+          <para>
+            Prints keactrl version and quits.
+          </para>
+        </listitem>
+      </varlistentry>
+
     </variablelist>
   </refsect1>