commit 309ef0ab24ae2099b4fdf5ad7a7c9e506f2d5789
parent dc10b0d860302443be66a0c3fcbb623d1db10831
Author: Christophe Coustet <christophe.coustet@meso-star.com>
Date: Wed, 1 Feb 2017 17:10:59 +0100
Fix help message.
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/solstice_args.c b/src/solstice_args.c
@@ -44,14 +44,14 @@ print_help(const char* program)
printf(
" -D <dirs> list of sun directions.\n");
printf(
-" -H output the per receiver hit data.\n");
+" -H output hit-on-receiver data (binary format).\n");
printf(
" -h display this help and exit.\n");
printf(
" -n REALISATIONS number of realisations. Default is %lu.\n",
SOLSTICE_ARGS_DEFAULT.nrealisations);
printf(
-" -o write results to OUTPUT. If not define, write results to\n"
+" -o OUTPUT write results to OUTPUT. If not defined, write results to\n"
" standard output.\n");
printf(
" -q do not print the helper message when no FILE is submitted.\n");