summaryrefslogtreecommitdiffstats
path: root/scripts/lib/recipetool/setvar.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/lib/recipetool/setvar.py')
-rw-r--r--scripts/lib/recipetool/setvar.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/lib/recipetool/setvar.py b/scripts/lib/recipetool/setvar.py
index 18e3281b0e..657d2b6a7b 100644
--- a/scripts/lib/recipetool/setvar.py
+++ b/scripts/lib/recipetool/setvar.py
@@ -62,7 +62,7 @@ def setvar(args):
62 return 0 62 return 0
63 63
64 64
65def register_command(subparsers): 65def register_commands(subparsers):
66 parser_setvar = subparsers.add_parser('setvar', 66 parser_setvar = subparsers.add_parser('setvar',
67 help='Set a variable within a recipe', 67 help='Set a variable within a recipe',
68 description='Adds/updates the value a variable is set to in a recipe') 68 description='Adds/updates the value a variable is set to in a recipe')