diff options
| author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-06-02 16:16:14 -0700 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2015-06-02 16:16:14 -0700 |
| commit | a2690047bba8fd371747a309d2e2cade2529a84c (patch) | |
| tree | 1bf07c2d1605706616e15144238bc56b943f36a7 /one.cpp | |
| parent | 648efff1f61623b3812331a389cceb9524786246 (diff) | |
| download | infinitytier-a2690047bba8fd371747a309d2e2cade2529a84c.tar.gz infinitytier-a2690047bba8fd371747a309d2e2cade2529a84c.zip | |
docs
Diffstat (limited to 'one.cpp')
| -rw-r--r-- | one.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -94,8 +94,8 @@ static void cliPrintHelp(const char *pn,FILE *out) fprintf(out," -D<path> - ZeroTier home path for parameter auto-detect"ZT_EOL_S); fprintf(out," -p<port> - HTTP port (default: auto)"ZT_EOL_S); fprintf(out," -T<token> - Authentication token (default: auto)"ZT_EOL_S); - //fprintf(out," -H<ip> - HTTP IP address (default: 127.0.0.1)"ZT_EOL_S""ZT_EOL_S); - fprintf(out,"Available commands:"ZT_EOL_S); + //fprintf(out," -H<ip> - HTTP server bind address (default: 127.0.0.1)"ZT_EOL_S); + fprintf(out,ZT_EOL_S"Available commands:"ZT_EOL_S); fprintf(out," info - Display status info"ZT_EOL_S); fprintf(out," listpeers - List all peers"ZT_EOL_S); fprintf(out," listnetworks - List all networks"ZT_EOL_S); |
