From ef67130b63e1bccac5646cbc4708cc7a1e9f61fd Mon Sep 17 00:00:00 2001 From: lutoff <lutoff@localhost> Date: Tue, 05 Feb 2008 13:26:37 +0000 Subject: [PATCH] Fix for issue #2639 (base64 erroneous parameter should be quoted in error message) --- opends/src/messages/messages/utility.properties | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/opends/src/messages/messages/utility.properties b/opends/src/messages/messages/utility.properties index 3298d79..30ecd82 100644 --- a/opends/src/messages/messages/utility.properties +++ b/opends/src/messages/messages/utility.properties @@ -300,8 +300,8 @@ SEVERE_ERR_SUBCMDPARSER_CANT_MIX_ARGS_WITH_VALUES_106=The provided argument \ block '-%s%s' is illegal because the '%s' argument requires a value but is in \ the same block as at least one other argument that doesn't require a value -SEVERE_ERR_SUBCMDPARSER_INVALID_ARGUMENT_107=The provided argument %s is not \ - recognized +SEVERE_ERR_SUBCMDPARSER_INVALID_ARGUMENT_107=The provided argument "%s" is \ + not recognized SEVERE_ERR_SUBCMDPARSER_MULTIPLE_SUBCOMMANDS_108=The provided argument %s \ specifies a valid subcommand, but another subcommand %s was also given. Only \ a single subcommand may be provided -- Gitblit v1.10.0