mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

lutoff
03.14.2007 610d9d5db338bccbd699d362711113672b781e27
opends/src/server/org/opends/server/util/args/ArgumentParser.java
@@ -535,7 +535,7 @@
  /**
   * Adds the provided argument to the set of arguments handled by this parser
   * and puts the arguement in the LDAP connection group.
   * and puts the argument in the LDAP connection group.
   *
   * @param  argument  The argument to be added.
   *
@@ -550,7 +550,7 @@
  /**
   * Adds the provided argument to the set of arguments handled by this parser
   * and puts the arguement in the input/output group.
   * and puts the argument in the input/output group.
   *
   * @param  argument  The argument to be added.
   *
@@ -1001,7 +1001,7 @@
          {
            // "-V" will always be interpreted as requesting
            // version information except if it's already defined (e.g in
            // lpda tools).
            // ldap tools).
            usageOrVersionDisplayed = true ;
            try
            {
@@ -1681,7 +1681,7 @@
    try {
      Argument version = new BooleanArgument(
              OPTION_LONG_PRODUCT_VERSION,
              OPTION_SHORT_PRODUCT_VERSION,
              null,
              OPTION_LONG_PRODUCT_VERSION,
              INFO_DESCRIPTION_PRODUCT_VERSION.get());
      this.generalArgGroup.addArgument(version);