2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-09-05 00:15:17 +00:00

[gitlab9] Changes after review:

- man pages updated
 - kea-admin help updated slightly.
This commit is contained in:
Tomek Mrugalski
2018-08-08 15:08:43 +02:00
parent 20e5a32c1f
commit 57590d1e73
3 changed files with 21 additions and 1 deletions

View 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"

View 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>
@@ -173,6 +174,15 @@
</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>

View 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>
@@ -180,6 +181,15 @@
</listitem>
</varlistentry>
<varlistentry>
<term><option>-v|--version</option></term>
<listitem>
<para>
Prints keactrl version and quits.
</para>
</listitem>
</varlistentry>
</variablelist>
</refsect1>