diff -r f32b323fd347 -r 8209da83e256 VirtualMailManager/cli/subcommands.py --- 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'))