diff options
author | Thomas White <taw@physics.org> | 2010-04-01 17:56:04 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2010-04-01 17:56:04 +0200 |
commit | f318994ea3f7d801a5feccdf253664ca2ff241d7 (patch) | |
tree | cdc355bf253ba5fedf8d9ccd65a82e1973e4322d /src | |
parent | 9cd40c762e1db936f14f61da26b7fad17cbd989c (diff) |
indexamajig: Clarify default value for -j
Diffstat (limited to 'src')
-rw-r--r-- | src/indexamajig.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/indexamajig.c b/src/indexamajig.c index ad6fc441..46109a76 100644 --- a/src/indexamajig.c +++ b/src/indexamajig.c @@ -85,7 +85,7 @@ static void show_help(const char *s) "\n" " --verbose Be verbose about indexing.\n" " --gpu Use the GPU to speed up the simulation.\n" -" -j <n> Run <n> analyses in parallel.\n" +" -j <n> Run <n> analyses in parallel. Default 1.\n" "\n" " --near-bragg Output a list of reflection intensities to stdout.\n" " The intensities in this list are the sum of\n" |