mirror of
https://github.com/fergalmoran/picard.git
synced 2026-01-07 17:14:55 +00:00
more clear help message
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user