more clear help message

This commit is contained in:
skelly37
2022-06-28 10:25:55 +02:00
parent b34e5e2987
commit 3c1194dcdb

View File

@@ -1060,7 +1060,7 @@ def process_picard_args():
parser.add_argument("--no-crash-dialog", action='store_true',
help="disable the crash dialog")
parser.add_argument("-s", "--stand-alone-instance", action='store_true',
help="force create new Picard instance")
help="force Picard to create a new, stand-alone instance")
parser.add_argument('-v', '--version', action='store_true',
help="display version information and exit")
parser.add_argument("-V", "--long-version", action='store_true',