diff options
author | Thomas White <taw@physics.org> | 2015-04-04 15:55:26 -0700 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2015-04-20 12:55:36 +0200 |
commit | 2868423d46b61118eee93187d3f0046a3e33fb62 (patch) | |
tree | f0dbbef88d8cb795c2d92e14c9ccc1137341beb9 /src | |
parent | 3c1f9603ff5078db607597e23d3c8113f2d06e56 (diff) |
partial_sim: Update --help and manual
Diffstat (limited to 'src')
-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 c0d9aaaa..18689565 100644 --- a/src/partial_sim.c +++ b/src/partial_sim.c @@ -241,6 +241,7 @@ static void show_help(const char *s) " --profile-radius Reciprocal space reflection profile radius in m^-1.\n" " Default 0.001e9 m^-1\n" " --photon-energy Photon energy in eV. Default 9000.\n" +" --really-random Be non-deterministic.\n" "\n" ); } |