diff options
author | Thomas White <taw@physics.org> | 2012-03-07 10:44:42 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-03-07 10:44:42 +0100 |
commit | 355d4f9864fe7f7a91fe99ba3133245fdb449682 (patch) | |
tree | 04236bb820d08b6dd866d9ac88dd93ea750acd86 /src/powder_plot.c | |
parent | 2ecb9138f9e81b76a21bbb52105efc7fb7a406d3 (diff) |
Remove mentions of --data=d in powder_plot documentation
Diffstat (limited to 'src/powder_plot.c')
-rw-r--r-- | src/powder_plot.c | 3 |
1 files changed, 1 insertions, 2 deletions
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" |