diff options
author | Thomas White <taw@physics.org> | 2019-03-06 17:23:00 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2019-03-11 16:49:37 +0100 |
commit | 2b7e52df98bdd1b651e25995a9450c44f0b975ee (patch) | |
tree | cb8d23eef0c8cfb045b4ce5914436384bbcf7b39 /src | |
parent | 8de701d8137fe64ee2d19e89061befd17b31484d (diff) |
cell_tool: Add documentation for --transform
Diffstat (limited to 'src')
-rw-r--r-- | src/cell_tool.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cell_tool.c b/src/cell_tool.c index 9f41afb7..59500cbb 100644 --- a/src/cell_tool.c +++ b/src/cell_tool.c @@ -61,6 +61,7 @@ static void show_help(const char *s) " --rings Calculate powder ring positions.\n" " --compare-cell <file> Compare unit cell with cell from <file>.\n" " --cell-choices Calculate all three cell choices for monoclinic C cell.\n" +" --transform=<op> Transform unit cell.\n" "\n" " -y <pointgroup> Real point group of the structure.\n" " --tolerance=<tol> Set the tolerances for cell comparison.\n" |