From 16f1b03976f5e758fda63259057ea0d85050d98d Mon Sep 17 00:00:00 2001
From: jvergara <jvergara@localhost>
Date: Wed, 22 Jul 2009 10:58:59 +0000
Subject: [PATCH] Fix some comments in the code.

---
 opends/src/server/org/opends/server/util/args/ArgumentParser.java |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/opends/src/server/org/opends/server/util/args/ArgumentParser.java b/opends/src/server/org/opends/server/util/args/ArgumentParser.java
index 09ad8f7..b5168a6 100644
--- a/opends/src/server/org/opends/server/util/args/ArgumentParser.java
+++ b/opends/src/server/org/opends/server/util/args/ArgumentParser.java
@@ -150,9 +150,8 @@
 
 
   /**
-   * Group for arguments that are related to utility input/output like
-   * verbose, quite, no-prompt etc.  These will appear toward the bottom
-   * of the usage statement.
+   * Group for arguments that are related to connection through LDAP.  This
+   * includes options like the bind DN, the port, etc.
    */
   protected ArgumentGroup ldapArgGroup = new ArgumentGroup(
           INFO_DESCRIPTION_LDAP_CONNECTION_ARGS.get(), Integer.MIN_VALUE + 2);
@@ -160,7 +159,7 @@
 
   /**
    * Group for arguments that are related to utility input/output like
-   * verbose, quite, no-prompt etc.  These will appear toward the bottom
+   * properties file, no-prompt etc.  These will appear toward the bottom
    * of the usage statement.
    */
   protected ArgumentGroup ioArgGroup = new ArgumentGroup(

--
Gitblit v1.10.0