[Bf-blender-cvs] [35d78121f0] master: Fix typo in command line arg list

Aaron Carlisle noreply at git.blender.org
Tue Mar 7 15:08:32 CET 2017


Commit: 35d78121f070ffd87c29d9cd2ad454714be66a4a
Author: Aaron Carlisle
Date:   Tue Mar 7 09:07:58 2017 -0500
Branches: master
https://developer.blender.org/rB35d78121f070ffd87c29d9cd2ad454714be66a4a

Fix typo in command line arg list

===================================================================

M	source/creator/creator_args.c

===================================================================

diff --git a/source/creator/creator_args.c b/source/creator/creator_args.c
index 3c01c0c447..658a0b2db0 100644
--- a/source/creator/creator_args.c
+++ b/source/creator/creator_args.c
@@ -946,7 +946,7 @@ static int arg_handle_native_pixels_set(int UNUSED(argc), const char **UNUSED(ar
 }
 
 static const char arg_handle_with_borders_doc[] =
-"\n\tForce opening without borders"
+"\n\tForce opening with borders"
 ;
 static int arg_handle_with_borders(int UNUSED(argc), const char **UNUSED(argv), void *UNUSED(data))
 {




More information about the Bf-blender-cvs mailing list