diff options
-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" ); } |