aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2021-07-09 10:25:25 +0200
committerThomas White <taw@physics.org>2021-07-09 10:25:25 +0200
commitae069e830874c805646d9d9a2c1b0a2c7eb014a8 (patch)
treeba1f93706d2793010b2f03350f190d90856f50e8 /src
parentd4b2f68c39be2399dd54d93802f190ef0413f8f3 (diff)
pattern_sim: Fix typo in --help
Diffstat (limited to 'src')
-rw-r--r--src/pattern_sim.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pattern_sim.c b/src/pattern_sim.c
index f0f24ac9..34d6c809 100644
--- a/src/pattern_sim.c
+++ b/src/pattern_sim.c
@@ -96,7 +96,7 @@ static void show_help(const char *s)
" -t, --gradients=<method> Select method for calculation of shape transforms\n"
" --really-random Seed the random number generator with /dev/urandom.\n"
" --min-size=<s> Minimum crystal size in nm.\n"
-" --max-size=<s> Naximum crystal size in nm.\n"
+" --max-size=<s> Maximum crystal size in nm.\n"
" --no-noise Do not calculate Poisson noise.\n"
" -s, --sample-spectrum=<N> Use N samples from spectrum. Default 3.\n"
" -x, --spectrum=<type> Type of spectrum to simulate.\n"