summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBen Finney <ben@benfinney.id.au>2016-03-04 14:53:50 +1100
committerBen Finney <ben@benfinney.id.au>2016-03-04 14:53:50 +1100
commit09c61d5cb1b6cc571e897b29db14fbe0544fb6d3 (patch)
tree018d9814cfd75ab36a3f520735aff20702506987 /doc
parent71c84aee601247b08b189ffea8d86d92dafe8fc1 (diff)
downloadinfinitytier-09c61d5cb1b6cc571e897b29db14fbe0544fb6d3.tar.gz
infinitytier-09c61d5cb1b6cc571e897b29db14fbe0544fb6d3.zip
More explicit specification of how to use ‘-i’ and ‘-q’.
Diffstat (limited to 'doc')
-rw-r--r--doc/zerotier-one.8.txt12
1 files changed, 8 insertions, 4 deletions
diff --git a/doc/zerotier-one.8.txt b/doc/zerotier-one.8.txt
index 8c81f41f..1fbc4e2e 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