From 5996192455f613fd5417986f153c79387d43cb77 Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Sun, 5 Jun 2022 12:16:30 -0700 Subject: [PATCH] remove indent at end of help text --- jc/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jc/cli.py b/jc/cli.py index 37dd5993..927b25fe 100644 --- a/jc/cli.py +++ b/jc/cli.py @@ -245,7 +245,7 @@ Examples: Parser Documentation: $ jc --help --dig - ''' +''' return helptext_string