Skip to content
Snippets Groups Projects
Commit 378b71b9 authored by brinn's avatar brinn
Browse files

change: set ExampleMode from ALL to NONE since the example is only misleading

SVN: 5468
parent da1ff79d
No related branches found
No related tags found
No related merge requests found
...@@ -89,7 +89,7 @@ final class Parameters ...@@ -89,7 +89,7 @@ final class Parameters
{ {
parser.printHelp("passwd", parser.printHelp("passwd",
"list | [remove|show|test] <user> | [add|change] <user> [option [...]]", "", "list | [remove|show|test] <user> | [add|change] <user> [option [...]]", "",
ExampleMode.ALL); ExampleMode.NONE);
if (exit) if (exit)
{ {
exitHandler.exit(0); exitHandler.exit(0);
...@@ -218,7 +218,7 @@ final class Parameters ...@@ -218,7 +218,7 @@ final class Parameters
/** /**
* Returns <code>true</code>, if the password should be changed. * Returns <code>true</code>, if the password should be changed.
* <p> * <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() final boolean isChangePassword()
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment