summaryrefslogtreecommitdiff
path: root/bin/ansible-inventory
diff options
context:
space:
mode:
Diffstat (limited to 'bin/ansible-inventory')
-rwxr-xr-xbin/ansible-inventory2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ansible-inventory b/bin/ansible-inventory
index e8ed75e4..56c370cc 100755
--- a/bin/ansible-inventory
+++ b/bin/ansible-inventory
@@ -64,7 +64,7 @@ class InventoryCLI(CLI):
def init_parser(self):
super(InventoryCLI, self).init_parser(
usage='usage: %prog [options] [host|group]',
- epilog='Show Ansible inventory information, by default it uses the inventory script JSON format')
+ desc='Show Ansible inventory information, by default it uses the inventory script JSON format')
opt_help.add_inventory_options(self.parser)
opt_help.add_vault_options(self.parser)