Skip to content

Commit a7eea6b

Browse files
committed
Updated the argparser docstrings.
1 parent 4ab262b commit a7eea6b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

structure_threader/structure_threader.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -487,8 +487,9 @@ def argument_parser(args):
487487

488488
main_opts.add_argument("-i", dest="prefix", type=str, required=True,
489489
help="The prefix of the output meanQ files."
490-
"The current directory will be scanned"
491-
" and all files that match the prefix.")
490+
"You can provide a full path or just the "
491+
"prefix. Passing just the prefix will assume "
492+
"the current working diretory.")
492493
main_opts.add_argument("-f", dest="program", type=str, required=True,
493494
choices=["structure", "faststructure",
494495
"maverick"],

0 commit comments

Comments
 (0)