diff options
author | Thomas White <taw@physics.org> | 2010-02-22 10:24:35 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2010-02-22 10:25:02 +0100 |
commit | 3132451eb2a3c88202078177f84c9c8fc96372fe (patch) | |
tree | 08104e9c2df2c3a8fe98a1f97dd358fd5fc22535 /src/compare_hkl.c | |
parent | cc0db0054d76474e55393c05806f715a0e2f6d08 (diff) |
Tidy some things up:
s convention
detector geometry
comments, help messages
Diffstat (limited to 'src/compare_hkl.c')
-rw-r--r-- | src/compare_hkl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compare_hkl.c b/src/compare_hkl.c index 00b8bfc1..2d7dd284 100644 --- a/src/compare_hkl.c +++ b/src/compare_hkl.c @@ -28,7 +28,7 @@ static void show_help(const char *s) { - printf("Syntax: %s [options] <file1.hkl> <file2.hkl>\n\n", s); + printf("Syntax: %s [options] -a <file1.hkl> -b <file2.hkl>\n\n", s); printf( "Compare intensity lists.\n" "\n" |