diff options
author | Chuck <chun.hong.yoon@desy.de> | 2014-05-30 15:43:51 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2014-06-02 14:21:35 +0200 |
commit | 9a6b7b16b4497c3f581d1ab0b795fd36359c69c0 (patch) | |
tree | e64cea9151da031a3668f18c45ab95b8b85e9343 /src/process_hkl.c | |
parent | b8dc678c8ace9230e7cf729a400e44c377bc4ba3 (diff) |
process_hkl: Update docs (remove --reference)
Diffstat (limited to 'src/process_hkl.c')
-rw-r--r-- | src/process_hkl.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/process_hkl.c b/src/process_hkl.c index 507953c6..e3ae1302 100644 --- a/src/process_hkl.c +++ b/src/process_hkl.c @@ -77,8 +77,6 @@ static void show_help(const char *s) "\n" " --scale Scale each pattern for best fit with the current\n" " model.\n" -" --reference=<file> Compare against intensities from <file> when\n" -" scaling. \n" " --no-polarisation Disable polarisation correction.\n" " --min-measurements=<n> Require at least <n> measurements before a\n" " reflection appears in the output. Default: 2\n" |