diff options
author | Thomas White <taw@bitwiz.org.uk> | 2010-01-15 11:36:17 +0100 |
---|---|---|
committer | Thomas White <taw@bitwiz.org.uk> | 2010-01-15 11:36:17 +0100 |
commit | 6e1012c31081a4e41cef2a0088750d03f5d49491 (patch) | |
tree | 997bcf951a31b652f3a6dc105671700d016012d2 /src | |
parent | 98b3ee0010b122ebb0be977a71f43643558e985a (diff) |
dump-found-peaks -> dump-peaks
Diffstat (limited to 'src')
-rw-r--r-- | src/indexamajig.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/indexamajig.c b/src/indexamajig.c index 732c6ac1..734345e7 100644 --- a/src/indexamajig.c +++ b/src/indexamajig.c @@ -43,7 +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" +" --dump-peaks Write the results of the peak search to stdout.\n" "\n"); } @@ -65,7 +65,7 @@ int main(int argc, char *argv[]) {"help", 0, NULL, 'h'}, {"input", 1, NULL, 'i'}, {"no-index", 0, &config_noindex, 1}, - {"dump-found-peaks", 0, &config_dumpfound, 1}, + {"dump-peaks", 0, &config_dumpfound, 1}, {"dirax", 0, &config_dirax, 1}, {0, 0, NULL, 0} }; |