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

better arg help text

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