commit 3677f91071f13e07d5bad38c44a01a111cebcfd8 parent f2967fa729275a5a2bcc177054dae8d98d6dc0a8 Author: Vincent Forest <vincent.forest@meso-star.com> Date: Wed, 7 Jul 2021 16:45:32 +0200 Fix the formating of the the htrdr-atmosphere short help Diffstat:
| M | src/atmosphere/htrdr_atmosphere_args.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/atmosphere/htrdr_atmosphere_args.c b/src/atmosphere/htrdr_atmosphere_args.c @@ -65,7 +65,7 @@ print_help(const char* cmd) printf( " -m MIE filename of the Mie's data.\n"); printf( -" -n SKY-NAME name used to identify the sky in the MATERIALS file.\n" +" -n SKY-NAME name used to identify the sky in the MATERIALS file.\n" " Its default value is `%s'.\n", HTRDR_ATMOSPHERE_ARGS_DEFAULT.sky_mtl_name); printf(