mirror of
https://github.com/onionshare/onionshare.git
synced 2025-08-03 20:04:14 -04:00
Update documentation for 2.4.1
This commit is contained in:
parent
aa72b7e65a
commit
3e9cf2008b
22 changed files with 39 additions and 29 deletions
|
@ -105,14 +105,14 @@ You can browse the command-line documentation by running ``onionshare --help``::
|
|||
│ █ █ █▀▄ █ ▄▀▄ █▀▄ ▀▄ █▀▄ ▄▀▄ █▄▀ ▄█▄ │
|
||||
│ ▀▄▀ █ █ █ ▀▄▀ █ █ ▄▄▀ █ █ ▀▄█ █ ▀▄▄ │
|
||||
│ │
|
||||
│ v2.4 │
|
||||
│ v2.4.1 │
|
||||
│ │
|
||||
│ https://onionshare.org/ │
|
||||
╰───────────────────────────────────────────╯
|
||||
|
||||
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] [--disable-files]
|
||||
[--disable_csp] [-v]
|
||||
[--auto-start-timer SECONDS] [--auto-stop-timer SECONDS] [--no-autostop-sharing] [--data-dir data_dir] [--webhook-url webhook_url] [--disable-text]
|
||||
[--disable-files] [--disable_csp] [--custom_csp custom_csp] [-v]
|
||||
[filename ...]
|
||||
|
||||
positional arguments:
|
||||
|
@ -140,5 +140,6 @@ You can browse the command-line documentation by running ``onionshare --help``::
|
|||
Receive files: URL to receive webhook notifications
|
||||
--disable-text Receive files: Disable receiving text messages
|
||||
--disable-files Receive files: Disable receiving files
|
||||
--disable_csp Publish website: Disable Content Security Policy header (allows your website to use third-party resources)
|
||||
--disable_csp Publish website: Disable the default Content Security Policy header (allows your website to use third-party resources)
|
||||
--custom_csp custom_csp Publish website: Set a custom Content Security Policy header
|
||||
-v, --verbose Log OnionShare errors to stdout, and web errors to disk
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue