Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Sebastian Schrader
Kea
Commits
1e266d17
Commit
1e266d17
authored
Apr 26, 2017
by
Thomas Markwalder
Browse files
[5262] fixed typos and wording
parent
92d6db67
Changes
2
Hide whitespace changes
Inline
Side-by-side
doc/guide/shell.xml
View file @
1e266d17
...
...
@@ -54,7 +54,8 @@ kea-shell [--host hostname] [--port number] [--timeout seconds] [--service servi
<listitem>
<simpara>
<command>
--service
<replaceable>
serive-name
</replaceable></command>
specifies the
target of an command. If not given, CA will be used as target. May be used multiple times
target of a command. If not given, CA will be used as target. May be used more
than once to specify multiple targets.
</simpara>
</listitem>
...
...
@@ -104,7 +105,7 @@ $ <userinput>kea-shell --host 192.0.2.1 --port 8001 --service dhcp4 list-command
Since
<command>
list-commands
</command>
does not take any
arguments, CTRL-D (represented in the above example by "^D") is pressed to indicate end
of file (and so terminate the parameter input). The Shell will then contact
the CA and print out the list of available commands returned for service named
<command>
dhcp4
</command>
.
the CA and print out the list of available commands returned for
the
service named
<command>
dhcp4
</command>
.
</para>
<para>
It is envisaged that Kea Shell will be most frequently used in scripts. The next example
...
...
src/bin/shell/kea-shell.xml
View file @
1e266d17
...
...
@@ -120,8 +120,9 @@
<varlistentry>
<term><option>
--service
</option></term>
<listitem><para>
Specifies the service that is tartget of a command. If not
specified, Cotrol Agent will be targeted. May be used multiple times.
Specifies the service that is the target of a command. If not
specified, Control Agent will be targeted. May be used more than
once to specify multiple targets.
</para></listitem>
</varlistentry>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment