aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2012-03-07 10:44:42 +0100
committerThomas White <taw@physics.org>2012-03-07 10:44:42 +0100
commit355d4f9864fe7f7a91fe99ba3133245fdb449682 (patch)
tree04236bb820d08b6dd866d9ac88dd93ea750acd86
parent2ecb9138f9e81b76a21bbb52105efc7fb7a406d3 (diff)
Remove mentions of --data=d in powder_plot documentation
-rw-r--r--doc/man/powder_plot.12
-rw-r--r--src/powder_plot.c3
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"