diff options
author | Ana Krivokapic <akrivoka@redhat.com> | 2013-04-08 11:04:17 -0400 |
---|---|---|
committer | Martin Kosek <mkosek@redhat.com> | 2013-04-11 15:57:45 +0200 |
commit | ff52c25ae299abba8bed653fe324951979a41293 (patch) | |
tree | c205ce7f2e425d3419a7929a2b6beac895781825 /VERSION | |
parent | b25080bbca1d30c80ab8db4b8cca42cd85146a82 (diff) | |
download | freeipa-ff52c25ae299abba8bed653fe324951979a41293.tar.gz freeipa-ff52c25ae299abba8bed653fe324951979a41293.tar.xz freeipa-ff52c25ae299abba8bed653fe324951979a41293.zip |
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
Diffstat (limited to 'VERSION')
-rw-r--r-- | VERSION | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -89,4 +89,4 @@ IPA_DATA_VERSION=20100614120000 # # ######################################################## IPA_API_VERSION_MAJOR=2 -IPA_API_VERSION_MINOR=55 +IPA_API_VERSION_MINOR=56 |