diff options
author | Thomas White <taw@bitwiz.org.uk> | 2010-06-11 15:37:06 -0700 |
---|---|---|
committer | Thomas White <taw@bitwiz.org.uk> | 2010-06-11 15:37:06 -0700 |
commit | e5adbd4bdf620467c44a7ad99a366e39f04578a2 (patch) | |
tree | bf5b21772c5c46747382230dbe699c7f97be1730 | |
parent | 29e67fab67793ce42b889405cf6e7ef1a32d0bdc (diff) |
powder_plot: Fix help message
-rw-r--r-- | src/powder_plot.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/powder_plot.c b/src/powder_plot.c index 3c8872f6..01a4328e 100644 --- a/src/powder_plot.c +++ b/src/powder_plot.c @@ -32,10 +32,11 @@ static void show_help(const char *s) { printf("Syntax: %s [options] <file.h5>\n\n", s); printf( -"Compare intensity lists.\n" +"Plot a powder pattern as a 1D graph using the detector geometry.\n" "\n" " -h, --help Display this help message.\n" -" -g. --geometry=<file> Get detector geometry from file.\n" +" -g. --geometry=<file> Get detector geometry from file.\n" +" -i, --input=<file> Input filename.\n" "\n"); } |