From 6e1012c31081a4e41cef2a0088750d03f5d49491 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Fri, 15 Jan 2010 11:36:17 +0100 Subject: dump-found-peaks -> dump-peaks --- src/indexamajig.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') 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} }; -- cgit v1.2.3