From 9a02ee9446f132b2ee2832b9ef556d598abab5a6 Mon Sep 17 00:00:00 2001
From: kenneth_suter <kenneth_suter@localhost>
Date: Wed, 13 Jun 2007 14:04:14 +0000
Subject: [PATCH] corrected upgrade usages file descriptor
---
opends/src/quicksetup/org/opends/quicksetup/resources/Resources.properties | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/opends/src/quicksetup/org/opends/quicksetup/resources/Resources.properties b/opends/src/quicksetup/org/opends/quicksetup/resources/Resources.properties
index dd50171..460e2a9 100644
--- a/opends/src/quicksetup/org/opends/quicksetup/resources/Resources.properties
+++ b/opends/src/quicksetup/org/opends/quicksetup/resources/Resources.properties
@@ -174,7 +174,7 @@
the Java Web Start version of this tool by visiting the OpenDS web site at opends.org.\n\n\
Usage: {0} {options}\n where {options} include:\n\
-V, --version\n Display Directory Server version information.\n\
- -f, --file\n Specifies an existing OpenDS package (.zip) \
+ -f, --file {file}\n Specifies an existing OpenDS package (.zip) \
file to which the\n current build will be upgraded using the command line \
\n version of this tool\n-i, --interactive\n Prompt for any required \
information rather than fail\
--
Gitblit v1.10.0