diff options
author | Thomas White <taw@physics.org> | 2015-07-06 11:29:36 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2015-07-06 11:29:56 +0200 |
commit | 39e2415341e44de1f5d6401f6fe5180a7a8c8d89 (patch) | |
tree | c60ff404a9de366ce88b3680949dfb82fd0579e5 /src | |
parent | fd06909226783ed27e502697ab09364c775d0fcc (diff) |
Formatting
Diffstat (limited to 'src')
-rw-r--r-- | src/partialator.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/partialator.c b/src/partialator.c index 11bf8df2..ef81ab43 100644 --- a/src/partialator.c +++ b/src/partialator.c @@ -71,8 +71,8 @@ static void show_help(const char *s) " -i, --input=<filename> Specify the name of the input 'stream'.\n" " -o, --output=<filename> Output filename. Default: partialator.hkl.\n" " -y, --symmetry=<sym> Merge according to symmetry <sym>.\n" -" --start-after=<n> Skip <n> crystals at the start of the stream.\n" -" --stop-after=<n> Stop after merging <n> crystals.\n" +" --start-after=<n> Skip <n> crystals at the start of the stream.\n" +" --stop-after=<n> Stop after merging <n> crystals.\n" " -n, --iterations=<n> Run <n> cycles of scaling and post-refinement.\n" " --no-scale Fix all the scaling factors at unity.\n" " -m, --model=<model> Specify partiality model.\n" |