commit ce205d714ec9969a3474ebacfcea33a3da40d6f9
parent 899f050c0b136920dcceaf7d28096f5d6c7e3cc6
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Wed, 12 Feb 2025 16:24:48 +0100
planets: fix usage message
It has not been modified following the update of the -r option.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/planets/htrdr_planets_args.c b/src/planets/htrdr_planets_args.c
@@ -124,7 +124,7 @@ usage(void)
printf(" [-C persp_camera_opt[:persp_camera_opt ...]]\n");
printf(" [-G ground_opt[:ground_opt ...]]\n");
printf(" [-i image_opt[:image_opt ...]] [-O accel_struct_storage]\n");
- printf(" [-o output] [-r volrad_budget_mesh]\n");
+ printf(" [-o output] [-r volrad_budget_opt[:volrad_budget_opt ...]]\n");
printf(" [-S source_opt[:source_opt ...]]\n");
printf(" [-s spectral_opt[:spectral_opt ...]] [-T optical_thickness]\n");
printf(" [-t threads_count] [-V accel_struct_definition]\n");