1
0
mirror of https://github.com/hughrun/ephemetoot synced 2025-03-10 08:20:04 +01:00

update hide-skipped references

This commit is contained in:
Hugh Rundle 2020-07-18 18:14:09 +10:00
parent 5c5fdec650
commit 0e1919f6f5

View File

@ -145,9 +145,9 @@ If you want to know exactly when each delete action occured, you can use the `--
## Do less ## Do less
### Hide skipped items (--hide_skipped) ### Hide skipped items (--hide-skipped)
If you skip a lot of items (e.g. you skip direct messages) it may clutter your log file to list these every time you run the script. You can suppress them from the output by using the `--hide_skipped` flag. If you skip a lot of items (e.g. you skip direct messages) it may clutter your log file to list these every time you run the script. You can suppress them from the output by using the `--hide-skipped` flag.
### Hide everything (--quiet) ### Hide everything (--quiet)
@ -163,7 +163,7 @@ You can use the `--archive-deleted` flag to only archive deleted toots instead.
You can use several flags together: You can use several flags together:
```shell ```shell
ephemetoot --config 'directory/config.yaml' --test --hide_skipped ephemetoot --config 'directory/config.yaml' --test --hide-skipped
``` ```
Use them in any order: Use them in any order:
```shell ```shell