From 2c135d413e237f21bac358f3568f939ce1a3c818 Mon Sep 17 00:00:00 2001 From: Jamie Hardt Date: Sat, 24 May 2025 21:30:14 -0700 Subject: [PATCH] twiddle text --- mfbatch/__main__.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/mfbatch/__main__.py b/mfbatch/__main__.py index 4078148..da9c522 100644 --- a/mfbatch/__main__.py +++ b/mfbatch/__main__.py @@ -106,8 +106,7 @@ def main(): action='store_true', help='create a new list') - # add an option here to get a file list from a file instead of - # from cwd. + # add an option here to get a file list from a file instead of from cwd. op.add_argument('-e', '--edit', action='store_true', help="open batch file in the default editor", default=False)