Updated FAQ (markdown)

John Freed 2021-08-31 07:43:45 +02:00
parent 618becccde
commit 0c4bec4371

6
FAQ.md

@ -29,9 +29,11 @@ System entropy is more likely to get depleted on headless servers. There are pro
### Error parsing arguments
The `signal-cli` program has a set of options, and each subcommand may have its own options. The correct order is:
`signal-cli` [SIGNAL-CLI_OPTIONS] [SUBCOMMAND] [SUBCOMMAND_OPTIONS]
So, for example:
signal-cli [SIGNAL-CLI_OPTIONS] [SUBCOMMAND] [SUBCOMMAND_OPTIONS]
So, for example:
$ signal-cli receive --output=json
signal-cli: error: unrecognized arguments: '--output=json'