From afa02e4c9697e381958ea927b375642ffbbd3cbe Mon Sep 17 00:00:00 2001 From: Jamie Hardt Date: Tue, 15 Oct 2024 20:59:13 -0700 Subject: [PATCH] Twiddle --- mfbatch/__main__.py | 1 - 1 file changed, 1 deletion(-) diff --git a/mfbatch/__main__.py b/mfbatch/__main__.py index ac630c4..a9c1deb 100644 --- a/mfbatch/__main__.py +++ b/mfbatch/__main__.py @@ -78,7 +78,6 @@ def main(): op.add_argument('-W', '--write', default=False, action='store_true', help="execute batch list, write to files") - op.add_argument('-p', '--path', metavar='DIR', help='chdir to DIR before running', default=None)