diff options
author | Thomas White <taw@physics.org> | 2009-11-24 18:52:53 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2009-11-24 18:52:53 +0100 |
commit | 0e1d568e93a3098045d923d8f904182c08d94994 (patch) | |
tree | c6f6fbcd1881537ee0ce81c3e4674775d2753775 /src/main.c | |
parent | 2fdca1853b945192db7e82a3396c70573ed4a677 (diff) |
Correct help message...
Diffstat (limited to 'src/main.c')
-rw-r--r-- | src/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -33,7 +33,7 @@ static void main_show_help(const char *s) { printf("Syntax: %s <file1.h5> <file2.h5> [...]\n\n", s); - printf("Index diffraction patterns\n\n"); + printf("Simulate diffraction patterns\n\n"); printf(" -h Display this help message\n"); } |