diff options
author | Thomas White <taw@physics.org> | 2014-03-06 12:08:08 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2014-03-06 12:08:08 +0100 |
commit | c4649fe727361c43482b0508f1a5d3e82d8cb57a (patch) | |
tree | b50c46d9b39a62b0ab1273030dff60e131c6c49a | |
parent | e7ed8c50e67cbc35fe63df9003a83b331373f471 (diff) |
Update --help
-rw-r--r-- | src/ambigator.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ambigator.c b/src/ambigator.c index 7aa9a2ae..289fc36f 100644 --- a/src/ambigator.c +++ b/src/ambigator.c @@ -65,6 +65,7 @@ static void show_help(const char *s) " -n, --iterations=<n> Iterate <n> times.\n" " --highres=<n> High resolution cutoff in A.\n" " --lowres=<n> Low resolution cutoff in A.\n" +" --end-assignments=<fn> Save end assignments to file <fn>.\n" ); } |