Fix output for some CLI commands

Fix output of dnsrecord_del: it now uses output.standard_delete
and excludes --all and --raw flags.
Fix output of sudorule_{add,remove}_option: they now use
output.standard_entry and include --all and --raw flags.

https://fedorahosted.org/freeipa/ticket/3503
This commit is contained in:
Ana Krivokapic
2013-04-11 15:57:45 +02:00
committed by Martin Kosek
parent b25080bbca
commit ff52c25ae2
5 changed files with 21 additions and 19 deletions
+1 -1
View File
@@ -89,4 +89,4 @@ IPA_DATA_VERSION=20100614120000
# #
########################################################
IPA_API_VERSION_MAJOR=2
IPA_API_VERSION_MINOR=55
IPA_API_VERSION_MINOR=56