From e2ebf4b642d74b0181736e358e7ee3f963b9ee76 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Tue, 6 Jul 2010 18:47:32 +0200 Subject: calibrate_detector: Fix --help --- src/calibrate_detector.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/calibrate_detector.c') diff --git a/src/calibrate_detector.c b/src/calibrate_detector.c index b291ecc2..0a8790f4 100644 --- a/src/calibrate_detector.c +++ b/src/calibrate_detector.c @@ -84,6 +84,8 @@ static void show_help(const char *s) " -s, --sum= Use this method for summation. Choose from:\n" " peaks : sum 10px radius circles around peaks.\n" " threshold : sum thresholded images.\n" +" -t, --threshold= Set the threshold if summing using the 'threshold'\n" +" method.\n" "\n" " --filter-cm Perform common-mode noise subtraction on images\n" " before proceeding.\n" @@ -91,7 +93,7 @@ static void show_help(const char *s) " pixels in each 3x3 region to zero if any of them\n" " have negative values.\n" "\n" -" -j Run analyses in parallel. Default 1.\n" +" -j Run analyses in parallel. Default 1.\n" " -x, --prefix=

Prefix filenames from input file with 'p'.\n"); } -- cgit v1.2.3