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-11-09 00:13:44 +0300
committerCampbell Barton <ideasman42@gmail.com>2010-11-09 00:13:44 +0300
commit0c27782b8e4b2eb8f756b081cef39c5ee089b032 (patch)
tree2a0832ca2ad9c21dbc7961de116244aa322254a7 /doc/manpage/blender.1.py
parent7fd87de47bbf45bb15cd9e37c2a98d0b729bf16c (diff)
update the man page from blenders --help message
Diffstat (limited to 'doc/manpage/blender.1.py')
-rw-r--r--doc/manpage/blender.1.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manpage/blender.1.py b/doc/manpage/blender.1.py
index 805de1f24a1..40234300994 100644
--- a/doc/manpage/blender.1.py
+++ b/doc/manpage/blender.1.py
@@ -44,7 +44,7 @@ def man_format(data):
return data
-blender_bin = os.path.join(os.path.dirname(__file__), "../../blender")
+blender_bin = os.path.join(os.path.dirname(__file__), "../../blender.bin")
blender_help = subprocess.Popen([blender_bin, "--help"], stdout=subprocess.PIPE).communicate()[0].decode()