feedwarrior

Slim, portable tooling for creating and distributing decentralized append logs
git clone git://git.defalsify.org/logwarrior.git
Log | Files | Refs | README | LICENSE

commit 539df78c30187d6e82ca6dc0e3e98c5bf32d3c49
parent 104f0462128d96eb9ff7686229512240512e5759
Author: nolash <dev@holbrook.no>
Date:   Tue, 30 Jun 2020 00:34:22 +0200

Embarrassing typo

Diffstat:
Mscripts/feedwarrior | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/feedwarrior b/scripts/feedwarrior @@ -26,7 +26,7 @@ argparser = argparse.ArgumentParser(description='create and manipulate feedwarri argparser.add_argument('-l', help='feed log to operate on') argparser.add_argument('-c', type=str, help='configuration file') argparser.add_argument('-v', action='store_true', help='be verbose') -argparser.add_argument('--headers', action='store_true', help='add headers in output") +argparser.add_argument('--headers', action='store_true', help='add headers in output') sub = argparser.add_subparsers() # TODO: add subparser to same level flags as main parser sub.dest = 'command'