From b643df0e4ab9087dd2fa6191339e5c68ee088c60 Mon Sep 17 00:00:00 2001 From: lutoff <lutoff@localhost> Date: Thu, 18 Dec 2008 09:35:29 +0000 Subject: [PATCH] Fix for issue #3667 (dsconfig inconsistent usage message) Replace VAL with VALUE --- opends/src/messages/messages/dsconfig.properties | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/opends/src/messages/messages/dsconfig.properties b/opends/src/messages/messages/dsconfig.properties index f941726..0e663e5 100644 --- a/opends/src/messages/messages/dsconfig.properties +++ b/opends/src/messages/messages/dsconfig.properties @@ -208,14 +208,14 @@ INFO_DSCFG_DESCRIPTION_NAME_1086=The name of the %s INFO_DSCFG_DESCRIPTION_PROP_1087=The name of a property to be displayed INFO_DSCFG_DESCRIPTION_PROP_VAL_1088=Assigns a value to a property where PROP \ - is the name of the property and VAL is the single value to be assigned. \ + is the name of the property and VALUE is the single value to be assigned. \ Specify the same property multiple times in order to assign more than one \ value to it INFO_DSCFG_DESCRIPTION_ADD_PROP_VAL_1089=Adds a single value to a property \ - where PROP is the name of the property and VAL is the single value to be \ + where PROP is the name of the property and VALUE is the single value to be \ added INFO_DSCFG_DESCRIPTION_REMOVE_PROP_VAL_1090=Removes a single value from a \ - property where PROP is the name of the property and VAL is the single value \ + property where PROP is the name of the property and VALUE is the single value \ to be removed INFO_DSCFG_DESCRIPTION_RESET_PROP_1091=Resets a property back to its default \ values where PROP is the name of the property to be reset -- Gitblit v1.10.0