commit 697798e6caefb6065f0b688e4dde528350b5af87
parent c8114811df02d68bb8da56d3db3de0068c29cd3c
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Tue, 17 Sep 2019 16:22:55 +0200
Fix the formatting of the short help message of the -D option
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/schiff_args.c b/src/schiff_args.c
@@ -63,7 +63,7 @@ print_help(const char* binary)
" Default is %u.\n",
SCHIFF_ARGS_NULL.ndirs);
printf(
-" -D discard computations of the [[inverse] cumulative] phase"
+" -D discard computations of the [[inverse] cumulative] phase\n"
" functions for large scattering angles.\n");
printf(
" -g GOEMS number of sampled geometries. This is actually the number of\n"