From 378b71b919293cebd8bf6568fbd8031c292649c7 Mon Sep 17 00:00:00 2001
From: brinn <brinn>
Date: Fri, 11 Apr 2008 16:16:29 +0000
Subject: [PATCH] change: set ExampleMode from ALL to NONE since the example is
 only misleading

SVN: 5468
---
 .../java/ch/systemsx/cisd/authentication/file/Parameters.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/authentication/source/java/ch/systemsx/cisd/authentication/file/Parameters.java b/authentication/source/java/ch/systemsx/cisd/authentication/file/Parameters.java
index 0692c2c38bb..321e3118b12 100644
--- a/authentication/source/java/ch/systemsx/cisd/authentication/file/Parameters.java
+++ b/authentication/source/java/ch/systemsx/cisd/authentication/file/Parameters.java
@@ -89,7 +89,7 @@ final class Parameters
     {
         parser.printHelp("passwd",
                 "list | [remove|show|test] <user> | [add|change] <user> [option [...]]", "",
-                ExampleMode.ALL);
+                ExampleMode.NONE);
         if (exit)
         {
             exitHandler.exit(0);
@@ -218,7 +218,7 @@ final class Parameters
     /**
      * Returns <code>true</code>, if the password should be changed.
      * <p>
-     * The new password is supposed to be read from the console.§
+     * The new password is supposed to be read from the console.�
      */
     final boolean isChangePassword()
     {
-- 
GitLab