Skip to content

Commit

Permalink
improve parameter description
Browse files Browse the repository at this point in the history
  • Loading branch information
Kevin Dalton committed Mar 5, 2024
1 parent ee226e7 commit 2147ca8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion careless/args/prior.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
(
("--double-wilson-reindexing-ops",),
{
"help": 'Provide semicolon-delimited reindexing operators to remap miller indices from the child ASU to the parent. For root nodes or nodes with parents in the same setting, supply the identity operator x,y,z. For example --double-wilson-reindexing-ops=x,y,z;x-y,x,z+1/2.',
"help": 'Provide semicolon-delimited reindexing operators to remap miller indices from the child ASU to the parent. For root nodes or nodes with parents in the same setting, supply the identity operator x,y,z. For example --double-wilson-reindexing-ops="x,y,z;x-y,x,z+1/2". Note that quotations should be used in some circumstances to prevent bash from interpretting the semicolons.',
"type": str,
"default": None,
"dest": "reindexing_ops",
Expand Down

0 comments on commit 2147ca8

Please sign in to comment.