aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2010-07-06 18:35:15 +0200
committerThomas White <taw@physics.org>2012-02-22 15:26:53 +0100
commitb214f6a7ffc3485d46a5375b0868f699b2897e63 (patch)
tree78f2c5c8456550dc2e0d42731aeda298f0ac6e1f
parente72860a25299a460dbecdda656c7d94776dbfeae (diff)
calibrate_detector: Add missing item from --help
-rw-r--r--src/calibrate_detector.c3
1 files changed, 2 insertions, 1 deletions
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 <n> Run <n> analyses in parallel. Default 1.\n");
+" -j <n> Run <n> analyses in parallel. Default 1.\n"
+" -x, --prefix=<p> Prefix filenames from input file with 'p'.\n");
}