diff options
-rw-r--r-- | doc/man/powder_plot.1 | 2 | ||||
-rw-r--r-- | src/powder_plot.c | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/doc/man/powder_plot.1 b/doc/man/powder_plot.1 index 9120b72f..ca83ff24 100644 --- a/doc/man/powder_plot.1 +++ b/doc/man/powder_plot.1 @@ -75,7 +75,7 @@ Use peak positions from peak search Use all pixels in the HDF5 file, excluding bad regions .RE .PP -The default is \fB--data=d\fR. +The default is \fB--data=hkl\fR. .SH HISTOGRAM OPTIONS diff --git a/src/powder_plot.c b/src/powder_plot.c index f7c6b561..82890a02 100644 --- a/src/powder_plot.c +++ b/src/powder_plot.c @@ -663,12 +663,11 @@ static void show_help(const char *s) " reflection \n" " hkl : uses the hkl list from indexed\n" " reflections (requires pdb file)\n" -" d : uses the 1/d list from indexed\n" -" reflections (default)\n" " peaks : uses all peaks found from peak\n" " search\n" " h5 : all points in h5, excluding bad\n" " regions\n" +" The default is 'hkl'.\n" " --no-sat-corr Don't correct values of saturated peaks using a\n" " table included in the HDF5 file.\n" " --only-indexed Use with -data=peaks or h5 if you want to use the\n" |