Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/creator/creator_args.c')
-rw-r--r--source/creator/creator_args.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/source/creator/creator_args.c b/source/creator/creator_args.c
index f9492f5bb62..8b1ac05f086 100644
--- a/source/creator/creator_args.c
+++ b/source/creator/creator_args.c
@@ -676,12 +676,6 @@ static int arg_handle_print_help(int UNUSED(argc), const char **UNUSED(argv), vo
printf(" $BLENDER_SYSTEM_PYTHON Directory for system Python libraries.\n");
# ifdef WITH_OCIO
printf(" $OCIO Path to override the OpenColorIO config file.\n");
- printf(
- " $OCIO_ACTIVE_DISPLAYS Overrides the active_displays list from the config file and "
- "reorders them. Colon-separated list of displays, e.g 'sRGB:P3'.\n");
- printf(
- " $OCIO_ACTIVE_VIEWS Overrides the active_views list from the config file and "
- "reorders them. Colon-separated list of view names, e.g 'internal:client:DI'.\n");
# endif
# ifdef WIN32
printf(" $TEMP Store temporary files here.\n");