mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-06 12:33:44 +02:00
More explicit specification of how to use ‘-i’ and ‘-q’.
This commit is contained in:
parent
71c84aee60
commit
09c61d5cb1
1 changed files with 8 additions and 4 deletions
|
@ -23,6 +23,8 @@ SYNOPSIS
|
||||||
========
|
========
|
||||||
|
|
||||||
| |command| [ `option` ... ] [ `HOMEDIR` ]
|
| |command| [ `option` ... ] [ `HOMEDIR` ]
|
||||||
|
| |command| **-i** [ `IDTOOL_ARG` ... ]
|
||||||
|
| |command| **-q** [ `QUERY_ARG` ... ]
|
||||||
| |command| **-h**
|
| |command| **-h**
|
||||||
| |command| **-v**
|
| |command| **-v**
|
||||||
|
|
||||||
|
@ -58,15 +60,17 @@ OPTIONS
|
||||||
Become a conventional daemon process. Only available on Unix-like
|
Become a conventional daemon process. Only available on Unix-like
|
||||||
operating systems.
|
operating systems.
|
||||||
|
|
||||||
**-i**
|
**-i** [ `IDTOOL_ARG` ... ]
|
||||||
Generate and manage identities.
|
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.
|
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
|
SEE ALSO
|
||||||
|
|
Loading…
Add table
Reference in a new issue