diff options
author | Thomas White <taw@physics.org> | 2010-01-14 10:30:47 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2010-01-14 10:30:47 +0100 |
commit | be91dcd68350569a709699867a1c25cf7ea6d15a (patch) | |
tree | 9c8da051d1ace1c5e98c7e2e5a21f493e9ae6a73 | |
parent | a8efbaa98b4ece01c7fc5de0d1ba1f20fa985a9d (diff) |
Update help message
-rw-r--r-- | src/indexamajig.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/indexamajig.c b/src/indexamajig.c index 797abd97..1b77b455 100644 --- a/src/indexamajig.c +++ b/src/indexamajig.c @@ -43,6 +43,7 @@ static void show_help(const char *s) " writing 'xfel.drx' if DirAx is being used), but\n" " don't actually index.\n" " --dirax Use DirAx for indexing.\n" +" --dump-found-peaks Write the results of the peak search to stdout.\n" "\n"); } |