From ae321ff8cad0fb3da0a9da6b0d25c916de126ac4 Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Fri, 27 Dec 2019 23:25:46 +0100 Subject: [PATCH] Prevent rewrap of some help text --- cleantoots/main.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/cleantoots/main.py b/cleantoots/main.py index 9638033..903ec43 100644 --- a/cleantoots/main.py +++ b/cleantoots/main.py @@ -27,12 +27,10 @@ def cli(ctx): """ Provide an easy interface for deleting old toots. + \b Steps, in order: - 1. run `setup-config` - 2. run `login` - 3. run `clean --delete` """ ctx.obj = configparser.ConfigParser()