update the man page from blenders --help message

This commit is contained in:
Campbell Barton 2010-11-08 21:13:44 +00:00
parent 7fd87de47b
commit 0c27782b8e
2 changed files with 5 additions and 5 deletions

@ -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

@ -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()