mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-30 02:50:39 +00:00
Update man page
This commit is contained in:
parent
1ad0e94b64
commit
c628e27d2e
5 changed files with 59 additions and 49 deletions
|
@ -73,7 +73,7 @@ public class DaemonCommand implements MultiLocalCommand, LocalCommand {
|
|||
subparser.addArgument("--http")
|
||||
.nargs("?")
|
||||
.setConst("localhost:8080")
|
||||
.help("Expose a JSON-RPC interface as http endpoint.");
|
||||
.help("Expose a JSON-RPC interface as http endpoint (default localhost:8080).");
|
||||
subparser.addArgument("--no-receive-stdout")
|
||||
.help("Don’t print received messages to stdout.")
|
||||
.action(Arguments.storeTrue());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue