Skip to content
Snippets Groups Projects
Commit f293a024 authored by McMenemy's avatar McMenemy
Browse files

better arg help text

parent ddf00600
Branches
No related tags found
No related merge requests found
File suppressed by a .gitattributes entry, the file's encoding is unsupported, or the file size exceeds the limit.
...@@ -323,7 +323,7 @@ parser.addArgument([ '--binary', '-b' ], { ...@@ -323,7 +323,7 @@ parser.addArgument([ '--binary', '-b' ], {
help: 'Output as BinaryCIF.' help: 'Output as BinaryCIF.'
}); });
parser.addArgument([ '--ionNamesOut', '-ino' ], { parser.addArgument([ '--ionNamesOut', '-ino' ], {
help: 'Extract and store ion names.', help: 'Generated file output path to save extracted ion names.',
required: false required: false
}); });
parser.addArgument(['--ccaOut', '-a'], { parser.addArgument(['--ccaOut', '-a'], {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment