From a746e30f968e6d0e544e7d30b18245b3018c2838 Mon Sep 17 00:00:00 2001
From: lutoff <lutoff@localhost>
Date: Thu, 24 May 2007 08:13:25 +0000
Subject: [PATCH] fix for issue #1635 (In CLi Usage, the 'help' information shoud be the last element)
---
opends/src/ads/org/opends/admin/ads/DsServiceCLI.java | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/opends/src/ads/org/opends/admin/ads/DsServiceCLI.java b/opends/src/ads/org/opends/admin/ads/DsServiceCLI.java
index 67bb56d..c420bb0 100644
--- a/opends/src/ads/org/opends/admin/ads/DsServiceCLI.java
+++ b/opends/src/ads/org/opends/admin/ads/DsServiceCLI.java
@@ -312,7 +312,7 @@
}
// If we should just display usage information, then print it and exit.
- if (argParser.usageDisplayed())
+ if (argParser.usageOrVersionDisplayed())
{
return 0;
}
--
Gitblit v1.10.0