diff options
author | Thomas White <taw@physics.org> | 2011-05-11 16:33:26 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2012-02-22 15:27:26 +0100 |
commit | 3a073fe7427632674dc7b2e2fe7f4ba1534510cd (patch) | |
tree | 92697a08b5c3fa657a84b7f99c3e48529272e490 | |
parent | 7c2f0702e22f6c4cc746b0478b97c545d5417634 (diff) |
Fussiness
-rw-r--r-- | src/partial_sim.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/partial_sim.c b/src/partial_sim.c index 91aea1aa..0fd51eb8 100644 --- a/src/partial_sim.c +++ b/src/partial_sim.c @@ -119,7 +119,7 @@ static void show_help(const char *s) " -p, --pdb=<file> PDB file from which to get the unit cell.\n" "\n" " -y, --symmetry=<sym> Symmetry of the input reflection list.\n" -" -n <n> Simulate <n> patterns. Default: 2\n" +" -n <n> Simulate <n> patterns. Default: 2.\n" ); } |