aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2012-03-05 18:37:43 +0100
committerThomas White <taw@physics.org>2012-03-05 18:37:43 +0100
commit703113f89c93de14c7cb158f8223af3800860e6e (patch)
tree0510cb0f57eff5f34ff3f70ffe5be2396e3b4dc5
parent136e337045c0d8b85cbc9f807a7cf7ac062970b9 (diff)
pattern_sim: Remove unnecessary paragraph from --help
-rw-r--r--src/pattern_sim.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/pattern_sim.c b/src/pattern_sim.c
index 54a6b20a..19f58589 100644
--- a/src/pattern_sim.c
+++ b/src/pattern_sim.c
@@ -104,11 +104,6 @@ static void show_help(const char *s)
" required.\n"
" --max-size=<s> Use <s> as the maximum crystal size in nm.\n"
" --min-size is also required.\n"
-"\n"
-"By default, the simulation aims to be as accurate as possible. For greater\n"
-"speed, or for testing, you can choose to disable certain things using the\n"
-"following options.\n"
-"\n"
" --no-noise Do not calculate Poisson noise.\n"
);
}