From b214f6a7ffc3485d46a5375b0868f699b2897e63 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Tue, 6 Jul 2010 18:35:15 +0200 Subject: calibrate_detector: Add missing item from --help --- src/calibrate_detector.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/calibrate_detector.c b/src/calibrate_detector.c index 8902ea87..b291ecc2 100644 --- a/src/calibrate_detector.c +++ b/src/calibrate_detector.c @@ -91,7 +91,8 @@ 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