Prevent rewrap of some help text
This commit is contained in:
parent
2f0aa92e7a
commit
ae321ff8ca
1 changed files with 1 additions and 3 deletions
|
@ -27,12 +27,10 @@ def cli(ctx):
|
||||||
"""
|
"""
|
||||||
Provide an easy interface for deleting old toots.
|
Provide an easy interface for deleting old toots.
|
||||||
|
|
||||||
|
\b
|
||||||
Steps, in order:
|
Steps, in order:
|
||||||
|
|
||||||
1. run `setup-config`
|
1. run `setup-config`
|
||||||
|
|
||||||
2. run `login`
|
2. run `login`
|
||||||
|
|
||||||
3. run `clean --delete`
|
3. run `clean --delete`
|
||||||
"""
|
"""
|
||||||
ctx.obj = configparser.ConfigParser()
|
ctx.obj = configparser.ConfigParser()
|
||||||
|
|
Loading…
Reference in a new issue