Cleanup: Improve formating of OCIO environment variable in the manual

This commit is contained in:
Brecht Van Lommel
2025-09-26 18:06:26 +02:00
parent 24ef6a3776
commit ea43fa08e1

View File

@@ -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");