diff options
Diffstat (limited to 'src/partial_sim.c')
-rw-r--r-- | src/partial_sim.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/partial_sim.c b/src/partial_sim.c index a4a2f875..7c93da1b 100644 --- a/src/partial_sim.c +++ b/src/partial_sim.c @@ -179,6 +179,7 @@ static void show_help(const char *s) " -y, --symmetry=<sym> Symmetry of the input reflection list.\n" " -n <n> Simulate <n> patterns. Default: 2.\n" " -r, --save-random=<file> Save randomly generated intensities to file.\n" +" --pgraph=<file> Save a histogram of partiality values to file.\n" " -c, --cnoise=<val> Add random noise, with a flat distribution, to the\n" " reciprocal lattice vector components given in the\n" " stream, with maximum error +/- <val> percent.\n" |