From ea43fa08e148d68022f11fc93ce482017090d75a Mon Sep 17 00:00:00 2001 From: Brecht Van Lommel Date: Fri, 26 Sep 2025 18:06:26 +0200 Subject: [PATCH] Cleanup: Improve formating of OCIO environment variable in the manual --- source/creator/creator_args.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/creator/creator_args.cc b/source/creator/creator_args.cc index c5dd2f1ae3c..f2adfdfa2d7 100644 --- a/source/creator/creator_args.cc +++ b/source/creator/creator_args.cc @@ -886,7 +886,7 @@ static void print_help(bArgs *ba, bool all) if (defs.with_opencolorio) { PRINT( " $BLENDER_OCIO Path to override the OpenColorIO configuration file.\n" - " If not set, the $OCIO environment variable is used.\n"); + " If not set, the 'OCIO' environment variable is used.\n"); } if (defs.win32 || all) { PRINT(" $TEMP Store temporary files here (MS-Windows).\n");