mirror of
https://github.com/onionshare/onionshare.git
synced 2025-04-29 14:19:30 -04:00
Update the cli help output to show --log-filenames, --qr
This commit is contained in:
parent
d6cbc20a5a
commit
1a041ff7c3
1 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue