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

lutoff
09.42.2008 8743df08331497c21b5ecf1867fad1fd4281cf90
Fix of issue #3130 (ldapsearch and ldifsearch inconsistency for scope option)

ldifsearch is now using the same long option than ldapsearch for scope (--searchScope).
1 files modified
2 ■■■ changed files
opends/src/server/org/opends/server/tools/LDIFSearch.java 2 ●●● patch | view | raw | blame | history
opends/src/server/org/opends/server/tools/LDIFSearch.java
@@ -212,7 +212,7 @@
      argParser.addArgument(baseDNString);
      scopeString = new MultiChoiceArgument(
              "scope", 's', "scope", false, false,
              "scope", 's', "searchScope", false, false,
              true, INFO_SCOPE_PLACEHOLDER.get(), SCOPE_STRING_SUB,
              null, scopeStrings, false,
              INFO_LDIFSEARCH_DESCRIPTION_SCOPE.get());