VirtualMailManager/cli/subcommands.py
branchv0.6.x
changeset 417 8209da83e256
parent 414 ae1a8428298c
child 418 542a4d23a9f0
--- a/VirtualMailManager/cli/subcommands.py	Thu Feb 24 01:02:24 2011 +0000
+++ b/VirtualMailManager/cli/subcommands.py	Thu Feb 24 20:47:35 2011 +0000
@@ -343,7 +343,7 @@
 def get_user(ctx):
     """get the address of the user with the given UID"""
     if ctx.argc < 3:
-        usage(EX_MISSING_ARGS, _(u'Missing userid.'), ctx.scmd)
+        usage(EX_MISSING_ARGS, _(u'Missing UID.'), ctx.scmd)
     _print_info(ctx, ctx.hdlr.user_by_uid(ctx.args[2]), _(u'Account'))