From 030d116dc1e6e4d9f9159f5df0eae2d04893b1eb Mon Sep 17 00:00:00 2001 From: lutoff <lutoff@localhost> Date: Wed, 19 Sep 2007 16:02:22 +0000 Subject: [PATCH] fix for issue #2226 (Typo in upgrade --help) --- opends/src/messages/messages/quicksetup.properties | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/opends/src/messages/messages/quicksetup.properties b/opends/src/messages/messages/quicksetup.properties index 304cfc7..cda0998 100644 --- a/opends/src/messages/messages/quicksetup.properties +++ b/opends/src/messages/messages/quicksetup.properties @@ -1066,9 +1066,9 @@ Web Start version of this tool by visiting the OpenDS web site at \ www.opends.org.%n%n\ When using the tool to revert to a previous version you must either indicate \ - that you want to revert to version before the most recent upgrade using the \ - -r/--revertMostRecent option or specify the location of a reversion archive \ - using the -a/--reversionArchive option.%n + that you want to revert to the version before the most recent upgrade using \ + the -r/--revertMostRecent option or specify the location of a reversion \ + archive using the -a/--reversionArchive option.%n INFO_UPGRADE_LOCATION_LABEL=Server to Upgrade: INFO_UPGRADE_LOCATION_TOOLTIP=File system location of the build that will be \ upgraded -- Gitblit v1.10.0