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>2010-06-04 00:06:29 +0400
committerCampbell Barton <ideasman42@gmail.com>2010-06-04 00:06:29 +0400
commitb9cb3c91a88bce6b9770617f2caf313ceda9c468 (patch)
treebd884335b08b6361a5ea3fdc435d2a12d254da32 /source/creator
parent6d72150312f7644126b5454e939b86dbcae9b370 (diff)
remove unused env vars from --help
Diffstat (limited to 'source/creator')
-rw-r--r--source/creator/creator.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/source/creator/creator.c b/source/creator/creator.c
index 2c48aa9a885..2def6c8a3ca 100644
--- a/source/creator/creator.c
+++ b/source/creator/creator.c
@@ -207,7 +207,7 @@ static int print_help(int argc, char **argv, void *data)
printf ("Usage: blender [args ...] [file] [args ...]\n\n");
printf ("Render Options:\n");
- BLI_argsPrintArgDoc(ba, "-b");
+ BLI_argsPrintArgDoc(ba, "--background");
BLI_argsPrintArgDoc(ba, "--render-anim");
BLI_argsPrintArgDoc(ba, "--scene");
BLI_argsPrintArgDoc(ba, "--render-frame");
@@ -287,8 +287,6 @@ static int print_help(int argc, char **argv, void *data)
#ifndef DISABLE_SDL
printf (" $SDL_AUDIODRIVER LibSDL audio driver - alsa, esd, alsa, dma.\n");
#endif
- printf (" $IMAGEEDITOR Image editor executable, launch with the IKey from the file selector.\n");
- printf (" $WINEDITOR Text editor executable, launch with the EKey from the file selector.\n");
printf (" $PYTHONHOME Path to the python directory, eg. /usr/lib/python.\n\n");
printf ("Note: Arguments must be separated by white space. eg:\n");