From 173aac081d900a71ee6db27bc8cba79ecdf266bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Julian-Samuel=20Geb=C3=BChr?= Date: Wed, 3 May 2023 11:53:41 +0200 Subject: [PATCH] Update help --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 711e091..983867e 100644 --- a/README.md +++ b/README.md @@ -25,13 +25,14 @@ supports [Array of Tables](https://toml.io/en/v1.0.0#array-of-tables), I'd prefe ## ``` -$ mastodon_blocklist_deploy -h -usage: mastodon_blocklist_deploy [-h] [-s SERVER] [-t TOKEN] [-i INPUT_FILE] [-r REMOTE_BLOCKLIST] [-o OUTPUT] [-v] [-n] {diff,deploy,export} +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} Deploy blocklist updates to a mastodon server 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 blocklist or 'export' to export the remote blocklist into a local file. + {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 + blocklist or 'export' to export the remote blocklist into a local file. options: -h, --help show this help message and exit @@ -47,6 +48,8 @@ options: Filename where to export the blocklist -v, --verbose -n, --no-delete Do not delete existing blocks + --format FORMAT Export format: toml|markdown + --private When the flag is set private comment will also be exported. ``` ## Obtain a server token