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:
authorCampbell Barton <ideasman42@gmail.com>2011-12-27 01:39:16 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-12-27 01:39:16 +0400
commitf63e33303f3523420e6e20cd024dfe2cc649edca (patch)
treeb77b6b2cc393478c2d72079fd40879c4ac3a6e82 /source/creator
parent2cd5436a81da5c15ac70bd2b80c2f062cce5d02e (diff)
parent8cc96408df7f3848ce7b7d3598c0caeb327e4f8c (diff)
svn merge ^/trunk/blender -r42871:42882
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 c1de6868f7b..27bf95c3e80 100644
--- a/source/creator/creator.c
+++ b/source/creator/creator.c
@@ -305,7 +305,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 (" $BLENDER_USER_DAT`AFILES Directory for user data files (icons, translations, ..).\n");
+ printf (" $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