From 82bbfa2aacef177c6afb48a1184b44a01110fd08 Mon Sep 17 00:00:00 2001 From: leo Date: Mon, 9 Mar 2009 10:20:27 +0000 Subject: [PATCH] git-svn-id: http://www.xerial.org/svn/project/XerialJ/trunk/xerial-core@3031 ae02f08e-27ec-0310-ae8c-8ba02fe2eafd --- src/main/java/org/xerial/util/opt/Usage.java | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/src/main/java/org/xerial/util/opt/Usage.java b/src/main/java/org/xerial/util/opt/Usage.java index 4b60eb1..d467d35 100644 --- a/src/main/java/org/xerial/util/opt/Usage.java +++ b/src/main/java/org/xerial/util/opt/Usage.java @@ -36,13 +36,15 @@ import java.lang.annotation.Target; * description and optionList, each of them is enclosed by $ mark. The following * is an example of help message template. * + * templatePath=org/xerial/util/opt/help-message.template + * *
- * usage: $command$ $argumentList$
- *      $description$
  * 
- * [options]
- * $optionList$
+ * usage: $COMMAND$ $ARGUMENT_LIST$
+ *   $DESCRIPTION$
  * 
+ * [options]
+ * $OPTION_LIST$
  * 
* * @author leo -- 2.11.0