X-Git-Url: https://git.nmode.ca/signal-cli/blobdiff_plain/1ea4309a2ac1e1c368f7ce6a3e1b5dcdf0e0635a..1d77153a2bc5c6c7a8d7bc7b72fe8fc7db1208c8:/man/signal-cli.1.adoc diff --git a/man/signal-cli.1.adoc b/man/signal-cli.1.adoc index fabca9d4..f1e9e79a 100644 --- a/man/signal-cli.1.adoc +++ b/man/signal-cli.1.adoc @@ -41,6 +41,9 @@ Raise log level and include lib signal logs. Write log output to the given file. If `--verbose` is also given, the detailed logs will only be written to the log file. +*--scrub-log*:: +Scrub possibly sensitive information from the log, like phone numbers and UUIDs. + *--config* CONFIG:: Set the path, where to store the config. Make sure you have full read/write access to the given directory. @@ -224,14 +227,14 @@ Specify the recipient group ID in base64 encoding. *-m* MESSAGE, *--message* MESSAGE:: Specify the message. -Currently, signal-cli reads the message from stdin if `-m` is missing, but this will change in a future version and the explicit flag `--message-from-stdin` should be used instead. *--message-from-stdin*:: Read the message from standard input. *-a* [ATTACHMENT [ATTACHMENT ...]], *--attachment* [ATTACHMENT [ATTACHMENT ...]]:: Add one or more files as attachment. -Can be either a file path or a data URI. Data URI encoded attachments must follow the RFC 2397. +Can be either a file path or a data URI. +Data URI encoded attachments must follow the RFC 2397. Additionally a file name can be added: e.g.: `data:;filename=;base64,` @@ -258,8 +261,7 @@ Specify the mentions of the original message (same format as `--mention`). *--preview-url*:: Specify the url for the link preview. -The same url must also appear in the message body, otherwise the preview won't be -displayed by the apps. +The same url must also appear in the message body, otherwise the preview won't be displayed by the apps. *--preview-title*:: Specify the title for the link preview (mandatory).