diff --git a/doc/guide/shell.xml b/doc/guide/shell.xml index 78a41e18ec..c8632735b0 100644 --- a/doc/guide/shell.xml +++ b/doc/guide/shell.xml @@ -54,7 +54,8 @@ kea-shell [--host hostname] [--port number] [--timeout seconds] [--service servi --service serive-name 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. @@ -104,7 +105,7 @@ $ kea-shell --host 192.0.2.1 --port 8001 --service dhcp4 list-command Since list-commands 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 dhcp4. + the CA and print out the list of available commands returned for the service named dhcp4. It is envisaged that Kea Shell will be most frequently used in scripts. The next example diff --git a/src/bin/shell/kea-shell.xml b/src/bin/shell/kea-shell.xml index bdaca58091..00b6604d11 100644 --- a/src/bin/shell/kea-shell.xml +++ b/src/bin/shell/kea-shell.xml @@ -120,8 +120,9 @@ - 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.