diff options
author | Thomas White <taw@physics.org> | 2012-03-05 18:37:43 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-03-05 18:37:43 +0100 |
commit | 703113f89c93de14c7cb158f8223af3800860e6e (patch) | |
tree | 0510cb0f57eff5f34ff3f70ffe5be2396e3b4dc5 /src | |
parent | 136e337045c0d8b85cbc9f807a7cf7ac062970b9 (diff) |
pattern_sim: Remove unnecessary paragraph from --help
Diffstat (limited to 'src')
-rw-r--r-- | src/pattern_sim.c | 5 |
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" ); } |