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
parent7fd87de47bbf45bb15cd9e37c2a98d0b729bf16c (diff)
update the man page from blenders --help message
Diffstat (limited to 'doc/manpage')
-rw-r--r--doc/manpage/blender.18
-rw-r--r--doc/manpage/blender.1.py2
2 files changed, 5 insertions, 5 deletions
diff --git a/doc/manpage/blender.1 b/doc/manpage/blender.1
index dd5e60ff900..86ac39242ce 100644
--- a/doc/manpage/blender.1
+++ b/doc/manpage/blender.1
@@ -1,4 +1,4 @@
-.TH "BLENDER" "1" "July 15, 2010" "Blender Blender 2\&.52 (sub 5) "
+.TH "BLENDER" "1" "November 09, 2010" "Blender Blender 2\&.55 (sub 0) "
.SH NAME
blender \- a 3D modelling and rendering package
@@ -15,7 +15,7 @@ Use Blender to create TV commercials, to make technical visualizations, business
http://www.blender.org
.SH OPTIONS
-Blender 2.52 (sub 5) Build
+Blender 2.55 (sub 0) Build
Usage: blender [args ...] [file] [args ...]
.br
.SS "Render Options:"
@@ -125,7 +125,7 @@ Set option to add the file extension to the end of the file
.br
Use amount of <threads> for rendering in background
.br
-[1\-BLENDER_MAX_THREADS], 0 for systems processor count.
+[1\-64], 0 for systems processor count.
.br
.IP
@@ -159,7 +159,7 @@ Force opening with borders (default)
.TP
.B \-W or \-\-window\-borderless
.br
-Force opening with without borders
+Force opening without borders
.br
.TP
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()