From 09c61d5cb1b6cc571e897b29db14fbe0544fb6d3 Mon Sep 17 00:00:00 2001 From: Ben Finney Date: Fri, 4 Mar 2016 14:53:50 +1100 Subject: [PATCH] =?UTF-8?q?More=20explicit=20specification=20of=20how=20to?= =?UTF-8?q?=20use=20=E2=80=98-i=E2=80=99=20and=20=E2=80=98-q=E2=80=99.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- doc/zerotier-one.8.txt | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/doc/zerotier-one.8.txt b/doc/zerotier-one.8.txt index 8c81f41f4..1fbc4e2eb 100644 --- a/doc/zerotier-one.8.txt +++ b/doc/zerotier-one.8.txt @@ -23,6 +23,8 @@ SYNOPSIS ======== | |command| [ `option` ... ] [ `HOMEDIR` ] +| |command| **-i** [ `IDTOOL_ARG` ... ] +| |command| **-q** [ `QUERY_ARG` ... ] | |command| **-h** | |command| **-v** @@ -58,15 +60,17 @@ OPTIONS Become a conventional daemon process. Only available on Unix-like operating systems. -**-i** +**-i** [ `IDTOOL_ARG` ... ] Generate and manage identities. - This is equivalent to running the **zerotier-idtool** command. + This is equivalent to running the **zerotier-idtool** command with + all the specified `IDTOOL_ARG` parameters. -**-q** +**-q** [ `QUERY_ARG` ... ] Query the running ZeroTier One process. - This is equivalent to running the **zerotier-cli** command. + This is equivalent to running the **zerotier-cli** command with + all the specified `QUERY_ARG` parameters. SEE ALSO