diff --git a/docs/options.md b/docs/options.md index 8799551..5320ea3 100644 --- a/docs/options.md +++ b/docs/options.md @@ -69,7 +69,7 @@ If you skip a lot of items (e.g. you skip direct messages) it may clutter your l ### Hide everything (--quiet) -Use the `--quiet` or `-q` flag to suppress all logging except for the account name being checked and the number of toots deleted. Use the `-qq` flag to further suppress output for accounts with zero deleted toots. The `-qqq` flag will suppress all output. Exception messages will not be suppressed. +Use the `--quiet` or `-q` flag to suppress all logging except for the account name being checked and the number of toots deleted. Use the `-qq` flag to further suppress output for accounts with zero deleted toots. The `-qqq` flag will suppress all output. Exception messages will not be suppressed, other than `IndexError` when any account has no toots to check. ### Only archive deleted toots (--archive-deleted) diff --git a/pyproject.toml b/pyproject.toml index 4bb099a..d7971f6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "ephemetoot" -version = "3.0.0" +version = "3.1.0" description = "A command line tool to delete your old toots" authors = ["Hugh Rundle "] license = "GPL-3.0-or-later"