From 1a041ff7c3b21da4d9d81973700a32c210ec070d Mon Sep 17 00:00:00 2001 From: Miguel Jacq Date: Sun, 9 Feb 2025 09:41:52 +1100 Subject: [PATCH] Update the cli help output to show --log-filenames, --qr --- docs/source/advanced.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/source/advanced.rst b/docs/source/advanced.rst index ba57d882..6f72bad2 100644 --- a/docs/source/advanced.rst +++ b/docs/source/advanced.rst @@ -130,7 +130,7 @@ Browse the command-line documentation by running ``onionshare --help``:: ╰───────────────────────────────────────────╯ usage: onionshare-cli [-h] [--receive] [--website] [--chat] [--local-only] [--connect-timeout SECONDS] [--config FILENAME] [--persistent FILENAME] [--title TITLE] [--public] - [--auto-start-timer SECONDS] [--auto-stop-timer SECONDS] [--no-autostop-sharing] [--data-dir data_dir] [--webhook-url webhook_url] [--disable-text] + [--auto-start-timer SECONDS] [--auto-stop-timer SECONDS] [--no-autostop-sharing] [--log-filenames] [--qr] [--data-dir data_dir] [--webhook-url webhook_url] [--disable-text] [--disable-files] [--disable_csp] [--custom_csp custom_csp] [-v] [filename ...] @@ -154,6 +154,8 @@ Browse the command-line documentation by running ``onionshare --help``:: --auto-stop-timer SECONDS Stop onion service at scheduled time (N seconds from now) --no-autostop-sharing Share files: Continue sharing after files have been sent (the default is to stop sharing) + --log-filenames Log file download activity to stdout + --qr Display a QR code in the terminal for share links --data-dir data_dir Receive files: Save files received to this directory --webhook-url webhook_url Receive files: URL to receive webhook notifications