aboutsummaryrefslogtreecommitdiff
path: root/src/ambigator.c
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2014-03-06 12:08:08 +0100
committerThomas White <taw@physics.org>2014-03-06 12:08:08 +0100
commitc4649fe727361c43482b0508f1a5d3e82d8cb57a (patch)
treeb50c46d9b39a62b0ab1273030dff60e131c6c49a /src/ambigator.c
parente7ed8c50e67cbc35fe63df9003a83b331373f471 (diff)
Update --help
Diffstat (limited to 'src/ambigator.c')
-rw-r--r--src/ambigator.c1
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"
);
}