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:
authorLawrence D'Oliveiro <from-blender@geek-central.gen.nz>2014-02-04 21:49:30 +0400
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2014-02-04 21:51:05 +0400
commit959da7477d1718fb8f9a5c500df57a318689b84d (patch)
tree7b468f15241fa4a1cc3110d8bed7c82e01992432 /source/creator
parent17b61432441b72ed02cd99f7c7caeddd2b93f73b (diff)
Fix missing $BLENDER_USER_DATAFILES in command line help text.
Reviewed By: brecht Differential Revision: https://developer.blender.org/D249
Diffstat (limited to 'source/creator')
-rw-r--r--source/creator/creator.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/creator/creator.c b/source/creator/creator.c
index 8559a08d8b6..82b86a2d3b0 100644
--- a/source/creator/creator.c
+++ b/source/creator/creator.c
@@ -370,7 +370,7 @@ static int print_help(int UNUSED(argc), const char **UNUSED(argv), void *data)
printf(" $BLENDER_USER_CONFIG Directory for user configuration files.\n");
printf(" $BLENDER_USER_SCRIPTS Directory for user scripts.\n");
printf(" $BLENDER_SYSTEM_SCRIPTS Directory for system wide scripts.\n");
- printf(" Directory for user data files (icons, translations, ..).\n");
+ printf(" $BLENDER_USER_DATAFILES Directory for user data files (icons, translations, ..).\n");
printf(" $BLENDER_SYSTEM_DATAFILES Directory for system wide data files.\n");
printf(" $BLENDER_SYSTEM_PYTHON Directory for system python libraries.\n");
#ifdef WIN32