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

View File

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