From cc8e3e9f8fd2894c63e8d8c52cf383f562fc4b7f Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Mon, 15 Jul 2013 16:27:26 -0400 Subject: [PATCH] Option spelling. --- awx/main/management/commands/inventory_import.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/awx/main/management/commands/inventory_import.py b/awx/main/management/commands/inventory_import.py index d9494ec513..9b607e1226 100644 --- a/awx/main/management/commands/inventory_import.py +++ b/awx/main/management/commands/inventory_import.py @@ -378,7 +378,7 @@ class Command(BaseCommand): help='inventory id to sync'), make_option('--overwrite', dest='overwrite', action='store_true', metavar="o", default=False, help='overwrite the destination'), - make_option('--overwite-vars', dest='overwrite_vars', action='store_true', metavar="V", + make_option('--overwrite-vars', dest='overwrite_vars', action='store_true', metavar="V", default=False, help='overwrite (rather than merge) variables'), make_option('--keep-vars', dest='keep_vars', action='store_true', metavar="k", default=False, help='use database variables if set'),