summaryrefslogtreecommitdiffstats
path: root/API.txt
diff options
context:
space:
mode:
authorRob Crittenden <rcritten@redhat.com>2011-01-21 16:01:12 -0500
committerRob Crittenden <rcritten@redhat.com>2011-01-21 16:03:22 -0500
commit8cc46af050d9f61a2e36a67be91668c6ebbf237b (patch)
treec083b272d8e12e50bfbbd4ef62efd1a056ae9ebd /API.txt
parent5f0c52ab97d7dda30b8b4cc2725480ac5ffa3f00 (diff)
downloadfreeipa-8cc46af050d9f61a2e36a67be91668c6ebbf237b.tar.gz
freeipa-8cc46af050d9f61a2e36a67be91668c6ebbf237b.tar.xz
freeipa-8cc46af050d9f61a2e36a67be91668c6ebbf237b.zip
Remove del-all from dnsrecord_del from API.txt
This was from an unpushed patch I had in my tree.
Diffstat (limited to 'API.txt')
-rw-r--r--API.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/API.txt b/API.txt
index b9e46367..45901786 100644
--- a/API.txt
+++ b/API.txt
@@ -579,10 +579,9 @@ output: Output('summary', (<type 'unicode'>, <type 'NoneType'>), 'User-friendly
output: Entry('result', <type 'dict'>, Gettext('A dictionary representing an LDAP entry', domain='ipa', localedir=None))
output: Output('value', <type 'unicode'>, "The primary_key value of the entry, e.g. 'jdoe' for a user")
command: dnsrecord_del
-args: 2,42,3
+args: 2,41,3
arg: Str('dnszoneidnsname', cli_name='dnszone', label=Gettext('Zone name', domain='ipa', localedir=None), query=True, required=True)
arg: Str('idnsname', attribute=True, cli_name='name', label=Gettext('Record name', domain='ipa', localedir=None), multivalue=False, primary_key=True, query=True, required=True)
-option: Flag('del_all', autofill=True, default=False, label=Gettext('Delete all associated records', domain='ipa', localedir=None))
option: Flag('all', autofill=True, cli_name='all', default=False, exclude='webui', flags=['no_output'])
option: Flag('raw', autofill=True, cli_name='raw', default=False, exclude='webui', flags=['no_output'])
option: Str('version?', exclude='webui', flags=['no_option', 'no_output'])