Upadte reference in readme

pull/12/head
Julian-Samuel Gebühr 2023-05-03 15:11:56 +02:00
parent 58429a39f0
commit 2984729841
1 changed files with 6 additions and 5 deletions

View File

@ -25,14 +25,15 @@ supports [Array of Tables](https://toml.io/en/v1.0.0#array-of-tables), I'd prefe
## ##
``` ```
usage: mastodon_blocklist_deploy [-h] [-s SERVER] [-t TOKEN] [-i INPUT_FILE] [-r REMOTE_BLOCKLIST] [-o OUTPUT] [-v] [-n] [--format FORMAT] [--private] usage: mastodon_blocklist_deploy [-h] [-s SERVER] [-t TOKEN] [-i INPUT_FILE] [-r REMOTE_BLOCKLIST] [-o OUTPUT] [-v] [-n]
[--format FORMAT] [--private]
{diff,deploy,export} {diff,deploy,export}
Deploy blocklist updates to a mastodon server Deploy blocklist updates to a mastodon server
positional arguments: positional arguments:
{diff,deploy,export} Either use 'diff' to check the difference between local blockĺist and the blocklist on the server, 'deploy' to apply the current local {diff,deploy,export} Either use 'diff' to check the difference between local blockĺist and the blocklist on the server, 'deploy'
blocklist or 'export' to export the remote blocklist into a local file. to apply the current local blocklist or 'export' to export the remote blocklist into a local file.
options: options:
-h, --help show this help message and exit -h, --help show this help message and exit
@ -48,8 +49,8 @@ options:
Filename where to export the blocklist Filename where to export the blocklist
-v, --verbose -v, --verbose
-n, --no-delete Do not delete existing blocks -n, --no-delete Do not delete existing blocks
--format FORMAT Export format: toml|markdown --format FORMAT Export format: toml|markdown|csv
--private When the flag is set private comment will also be exported. --private When the flag is set, private comment will also be exported.
``` ```
## Obtain a server token ## Obtain a server token