From 4bf3814d7eefb7ce4e17af501c3711e1b21b5e67 Mon Sep 17 00:00:00 2001
From: kenneth_suter <kenneth_suter@localhost>
Date: Wed, 26 Sep 2007 15:56:11 +0000
Subject: [PATCH] Addresses issue 2143 which is intended to help with the readability of the usage statements by allowing options to be grouped logically by type. Many of the utilities arguments have grown to such an extent that it is difficult to sort through the various types of arguments to find what you are looking for. For instance the usage statement for the task schedulable arguments are mixed with the LDAP connection arguments which makes them difficult to ignore if they want to use the tool in offline mode.
---
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 2833ab8..92cbfa7 100644
--- a/opends/src/messages/messages/utility.properties
+++ b/opends/src/messages/messages/utility.properties
@@ -394,8 +394,7 @@
INFO_ARGPARSER_USAGE_152=Usage:
INFO_SUBCMDPARSER_SUBCMD_HEADING_153=Available subcommands:
INFO_SUBCMDPARSER_SUBCMD_REFERENCE_154=See "%s --help-{category}"
-INFO_SUBCMDPARSER_GLOBAL_HEADING_155=The accepted value for global options \
- are:
+INFO_SUBCMDPARSER_GLOBAL_HEADING_155=The global options are:
INFO_GLOBAL_HELP_REFERENCE_156=See "%s --help" to get more usage help
SEVERE_ERR_RENAMEFILE_CANNOT_RENAME_157=Failed to rename file %s to %s
SEVERE_ERR_RENAMEFILE_CANNOT_DELETE_TARGET_158=Failed to delete target file \
@@ -546,4 +545,5 @@
INFO_LDAP_CONN_SECURITY_SERVER_CERTIFICATE_ISSUER_257 =Issuer : %s
INFO_LDAP_CONN_PROMPT_SECURITY_CERTIFICATE_ALIASES_258=Which certificate do you want to use?
INFO_LDAP_CONN_PROMPT_SECURITY_CERTIFICATE_ALIAS_259=%s (%s)
+INFO_SUBCMDPARSER_GLOBAL_HEADING_PREFIX_260=Global %s
--
Gitblit v1.10.0