diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/pattern_sim.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/pattern_sim.c b/src/pattern_sim.c index 0df09b75..28e1eea9 100644 --- a/src/pattern_sim.c +++ b/src/pattern_sim.c @@ -94,9 +94,9 @@ static void show_help(const char *s) " --background=<N> Add N photons of Poisson background (default 0).\n" " --template=<file> Take orientations from stream <file>.\n" " --no-fringes Exclude the side maxima of Bragg peaks.\n" -" --beam-bandwidth Beam bandwidth as a fraction. Default 1%%.\n" -" --photon-energy Photon energy in eV. Default 9000.\n" -" --nphotons Number of photons per X-ray pulse. Default 1e12.\n" +" --beam-bandwidth Beam bandwidth as a fraction. Default 1%%.\n" +" --photon-energy Photon energy in eV. Default 9000.\n" +" --nphotons Number of photons per X-ray pulse. Default 1e12.\n" ); } |