solstice

Compute collected power and efficiencies of a solar plant
git clone git://git.meso-star.com/solstice.git
Log | Files | Refs | README | LICENSE

commit 2638c304fe0d05fcbd835e98c3c34b65f7da3b71
parent 0e3e47a37dad5bb7493a08e71d8d89303dcb8c4b
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Fri, 21 Jul 2017 15:44:18 +0200

Minor update of the short help of the -f option

Diffstat:
Msrc/solstice_args.c | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/solstice_args.c b/src/solstice_args.c @@ -45,8 +45,7 @@ print_help(const char* program) printf( " -D <dirs> list of sun directions.\n"); printf( -" -f do not prompt before overwriting the output file submitted\n" -" with the '-o' option.\n"); +" -f overwrite the OUTPUT file if it already exists.\n"); printf( " -g <dump> switch in dump geometry mode and configure it.\n"); printf(