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

neil_a_wilson
18.02.2007 dc7e0efd09b538b9ed21a414dff79fb1cf6f2d64
opends/src/server/org/opends/server/util/args/SubCommandArgumentParser.java
@@ -1240,7 +1240,7 @@
      if (a.needsValue())
      {
        String valuePlaceholder = a.getValuePlaceholder();
        if (a == null)
        if (valuePlaceholder == null)
        {
          value = " {value}";
        }