diff options
author | Thomas White <taw@bitwiz.org.uk> | 2010-11-14 15:05:58 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:05 +0100 |
commit | cd88e09be9af887aae40abf9336ef01d22746553 (patch) | |
tree | 9236450134fda60c43cb5ec679e631b8ee457fd6 /src | |
parent | 1307a104eb3b7ca62f1f4b00c48e55e9995b438f (diff) |
pattern_sim: Fussiness
Diffstat (limited to 'src')
-rw-r--r-- | src/pattern_sim.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pattern_sim.c b/src/pattern_sim.c index bcbefdf5..603fc770 100644 --- a/src/pattern_sim.c +++ b/src/pattern_sim.c @@ -42,6 +42,7 @@ static void show_help(const char *s) "pulses of X-rays from a free electron laser.\n" "\n" " -h, --help Display this help message.\n" +"\n" " -p, --pdb=<file> PDB file from which to get the unit cell.\n" " (The actual Bragg intensities come from the\n" " intensities file)\n" |