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:
authorJon Denning <gfxcoder>2021-09-10 07:34:29 +0300
committerCampbell Barton <ideasman42@gmail.com>2021-09-10 07:36:41 +0300
commitdb6b3801b37adb2b0b5859dac70e8936234fca32 (patch)
treef9542bfdae4135b5adbc1965f1410ded07d28dd8 /source/creator
parent82ab2c167844627ccda4ac0e439f322fcea07173 (diff)
Update command line argument description for --addons
Changed doc string for Blender `--addons` command line argument to explain what it does rather than just describing what it expects. Reviewed By: Blendify Ref D12445
Diffstat (limited to 'source/creator')
-rw-r--r--source/creator/creator_args.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/creator/creator_args.c b/source/creator/creator_args.c
index 85ba4eca307..943646daa81 100644
--- a/source/creator/creator_args.c
+++ b/source/creator/creator_args.c
@@ -1920,7 +1920,7 @@ static int arg_handle_python_use_system_env_set(int UNUSED(argc),
static const char arg_handle_addons_set_doc[] =
"<addon(s)>\n"
- "\tComma separated list of add-ons (no spaces).";
+ "\tComma separated list (no spaces) of add-ons to enable in addition to any default add-ons.";
static int arg_handle_addons_set(int argc, const char **argv, void *data)
{
/* workaround for scripts not getting a bpy.context.scene, causes internal errors elsewhere */