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 0692c2c38bbfc59b63f7405ee6cbabe08064ba13..321e3118b12401ddb1cd2dc047c11fbd90319ca4 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() {