summaryrefslogtreecommitdiffstats
path: root/ipa-admintools/ipa-moddelegation
diff options
context:
space:
mode:
authorRob Crittenden <rcrit@ipa.greyoak.com>2008-06-11 14:31:52 -0400
committerRob Crittenden <rcrit@ipa.greyoak.com>2008-06-11 16:29:01 -0400
commitb7cf3b6e288ecb92e1cfcc1bcdb526eb4392b4e8 (patch)
tree693446ce16bdc5e8ed97e357da7cc7679bc0185a /ipa-admintools/ipa-moddelegation
parent150464966e0625a897511e4a75cd8e4c57328e72 (diff)
downloadfreeipa-b7cf3b6e288ecb92e1cfcc1bcdb526eb4392b4e8.tar.gz
freeipa-b7cf3b6e288ecb92e1cfcc1bcdb526eb4392b4e8.tar.xz
freeipa-b7cf3b6e288ecb92e1cfcc1bcdb526eb4392b4e8.zip
Missed adding verbose to a couple of IPAClient invocations.
443987
Diffstat (limited to 'ipa-admintools/ipa-moddelegation')
-rw-r--r--ipa-admintools/ipa-moddelegation2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipa-admintools/ipa-moddelegation b/ipa-admintools/ipa-moddelegation
index f1498a94..e52d9fa4 100644
--- a/ipa-admintools/ipa-moddelegation
+++ b/ipa-admintools/ipa-moddelegation
@@ -88,7 +88,7 @@ def main():
if not options.attributes and not options.source and not options.target:
usage()
- client = ipaclient.IPAClient()
+ client = ipaclient.IPAClient(verbose=options.verbose)
# first do some sanity checking