From 28726a82e82cd5b3ee63e63d0ef937d79f62f858 Mon Sep 17 00:00:00 2001
From: Ludovic Poitou <ludovic.poitou@forgerock.com>
Date: Sat, 22 Sep 2012 07:36:56 +0000
Subject: [PATCH] Fix issue OPENDJ-591- dsconfig --quiet isn't when using --batchFilePath. fix typo in comment

---
 opendj-sdk/opends/src/server/org/opends/server/util/cli/ConsoleApplication.java |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/opendj-sdk/opends/src/server/org/opends/server/util/cli/ConsoleApplication.java b/opendj-sdk/opends/src/server/org/opends/server/util/cli/ConsoleApplication.java
index f981658..0ed28cb 100644
--- a/opendj-sdk/opends/src/server/org/opends/server/util/cli/ConsoleApplication.java
+++ b/opendj-sdk/opends/src/server/org/opends/server/util/cli/ConsoleApplication.java
@@ -421,7 +421,7 @@
 
   /**
    * Display the batch progress string to the error stream, if we are not
-   * in quiet mode
+   * in quiet mode.
    *
    * @param s
    *          The string to display

--
Gitblit v1.10.0