Prevent rewrap of some help text

This commit is contained in:
Gabriel Augendre 2019-12-27 23:25:46 +01:00
parent 2f0aa92e7a
commit ae321ff8ca
No known key found for this signature in database
GPG key ID: 1E693F4CE4AEE7B4

View file

@ -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()