From e41bcc41d335996d7ff73eb84d8376f19372c297 Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Thu, 30 Oct 2014 08:56:41 -0400 Subject: [PATCH] removed 'column display' options as there is no code handling this function --- bin/ansible-doc | 5 ----- 1 file changed, 5 deletions(-) diff --git a/bin/ansible-doc b/bin/ansible-doc index 3c4f84964ae..d399e4668e9 100755 --- a/bin/ansible-doc +++ b/bin/ansible-doc @@ -221,11 +221,6 @@ def main(): default=False, dest='list_dir', help='List available modules') - p.add_option("-c", "--list-columns", - action="store_true", - default=False, - dest='list_columns', - help='List modules in columns') p.add_option("-s", "--snippet", action="store_true", default=False,