diff options
author | Thomas White <taw@physics.org> | 2010-07-06 18:35:15 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:26:53 +0100 |
commit | b214f6a7ffc3485d46a5375b0868f699b2897e63 (patch) | |
tree | 78f2c5c8456550dc2e0d42731aeda298f0ac6e1f /src/calibrate_detector.c | |
parent | e72860a25299a460dbecdda656c7d94776dbfeae (diff) |
calibrate_detector: Add missing item from --help
Diffstat (limited to 'src/calibrate_detector.c')
-rw-r--r-- | src/calibrate_detector.c | 3 |
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"); } |