From 8cc46af050d9f61a2e36a67be91668c6ebbf237b Mon Sep 17 00:00:00 2001 From: Rob Crittenden Date: Fri, 21 Jan 2011 16:01:12 -0500 Subject: Remove del-all from dnsrecord_del from API.txt This was from an unpushed patch I had in my tree. --- API.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'API.txt') 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', (, ), 'User-friendly output: Entry('result', , Gettext('A dictionary representing an LDAP entry', domain='ipa', localedir=None)) output: Output('value', , "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']) -- cgit