Skip to content

Commit ebb19c6

Browse files
committed
docs: make gen-doc
1 parent 1061c48 commit ebb19c6

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

doc/polycli_p2p_ping.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,15 @@ can see other messages the peer sends (e.g. blocks, transactions, etc.).
2828
## Flags
2929

3030
```bash
31-
-h, --help help for ping
32-
-l, --listen Keep the connection open and listen to the peer. This only works if the first
33-
argument is an enode/enr, not a nodes file. (default true)
34-
-o, --output string Write ping results to output file (default stdout)
35-
-p, --parallel int How many parallel pings to attempt (default 16)
31+
-a, --addr ip Address to bind discovery listener (default 127.0.0.1)
32+
-h, --help help for ping
33+
--key string Hex-encoded private key (cannot be set with --key-file)
34+
-k, --key-file string Private key file (cannot be set with --key)
35+
-l, --listen Keep the connection open and listen to the peer(s) (default true)
36+
-o, --output string Write ping results to output file (default stdout)
37+
-p, --parallel int How many parallel pings to attempt (default 16)
38+
-P, --port int Port for discovery protocol (default 30303)
39+
-w, --wit Whether to enable the wit/1 capability
3640
```
3741

3842
The command also inherits flags from parent commands.

0 commit comments

Comments
 (0)