diff options
-rw-r--r-- | src/sum_stack.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sum_stack.c b/src/sum_stack.c index c25a79aa..570ba3fc 100644 --- a/src/sum_stack.c +++ b/src/sum_stack.c @@ -102,8 +102,8 @@ static void show_help(const char *s) " pixels in each 3x3 region to zero if any of them\n" " have negative values.\n" "\n" -" -j <n> Run <n> analyses in parallel. Default 1.\n" -" -x, --prefix=<p> Prefix filenames from input file with 'p'.\n"); +" -j <n> Run <n> analyses in parallel. Default 1.\n" +" -x, --prefix=<p> Prefix filenames from input file with 'p'.\n"); } |