diff options
author | Amitay Isaacs <amitay@gmail.com> | 2017-04-06 12:20:21 +1000 |
---|---|---|
committer | David Disseldorp <ddiss@samba.org> | 2017-04-06 15:36:10 +0200 |
commit | 7f714a436250dfeaa1970f78090ef066482711f0 (patch) | |
tree | 6ca40d8e63857879b6beaa6e4419562864c5e216 /ctdb/doc | |
parent | e69aa55c5dae0722e78fc67716c04dec2bec1c46 (diff) | |
download | samba-7f714a436250dfeaa1970f78090ef066482711f0.tar.gz |
ctdb-docs: Fix documentation of -n option to ctdb tool
BUG: https://bugzilla.samba.org/show_bug.cgi?id=12733
Signed-off-by: Amitay Isaacs <amitay@gmail.com>
Reviewed-by: David Disseldorp <ddiss@samba.org>
Diffstat (limited to 'ctdb/doc')
-rw-r--r-- | ctdb/doc/ctdb.1.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ctdb/doc/ctdb.1.xml b/ctdb/doc/ctdb.1.xml index 6a0e6eab260..ceab2d34146 100644 --- a/ctdb/doc/ctdb.1.xml +++ b/ctdb/doc/ctdb.1.xml @@ -123,10 +123,10 @@ <title>OPTIONS</title> <variablelist> - <varlistentry><term>-n <parameter>PNN-LIST</parameter></term> + <varlistentry><term>-n <parameter>PNN</parameter></term> <listitem> <para> - The nodes specified by PNN-LIST should be queried for the + The node specified by PNN should be queried for the requested information. Default is to query the daemon running on the local host. </para> |