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/tools.properties |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/opends/src/messages/messages/tools.properties b/opends/src/messages/messages/tools.properties
index 8684d3a..a0902ab 100644
--- a/opends/src/messages/messages/tools.properties
+++ b/opends/src/messages/messages/tools.properties
@@ -2154,4 +2154,10 @@
 INFO_DESCRIPTION_PROP_FILE_PATH_1461=Path to the file which contains default \
   properties value used for command line argument
 INFO_DESCRIPTION_NO_PROP_FILE_1462=Indicates that we will not use properties \
-  file to get default command line argument value
\ No newline at end of file
+  file to get default command line argument value
+INFO_DESCRIPTION_TASK_TASK_ARGS_1463=Task Scheduling Options
+INFO_DESCRIPTION_TASK_LDAP_ARGS_1464=Task Backend Connection Options
+INFO_DESCRIPTION_GENERAL_ARGS_1465=General Options
+INFO_DESCRIPTION_IO_ARGS_1466=Utility Input/Output Options
+INFO_DESCRIPTION_LDAP_CONNECTION_ARGS_1467=LDAP Connection Options
+INFO_DESCRIPTION_CONFIG_OPTIONS_ARGS_1468=Configuration Options
\ No newline at end of file

--
Gitblit v1.10.0