From b8970a0e5da996bdd584add5e966e9588fc05862 Mon Sep 17 00:00:00 2001 From: yarko Date: Mon, 28 Jul 2014 12:46:05 -0500 Subject: [PATCH] removed develop-time comment/marker --- jrnl/cli.py | 1 - 1 file changed, 1 deletion(-) diff --git a/jrnl/cli.py b/jrnl/cli.py index df0ac1ad..f979f6ae 100644 --- a/jrnl/cli.py +++ b/jrnl/cli.py @@ -24,7 +24,6 @@ def parse_args(args=None): parser = argparse.ArgumentParser() parser.add_argument('-v', '--version', dest='version', action="store_true", help="prints version information and exits") parser.add_argument('-ls', dest='ls', action="store_true", help="displays accessible journals") - # yarko test: parser.add_argument('-c', '--config', dest='conf', action="store_true", help="shows current config file and path") composing = parser.add_argument_group('Composing', 'To write an entry simply write it on the command line, e.g. "jrnl yesterday at 1pm: Went to the gym."')