mirror of
https://github.com/jetty/jetty.project.git
synced 2025-03-02 20:09:21 +00:00
Update Password.java
Fixed typo. Trivial fix from github/pull/21
This commit is contained in:
parent
7dfd9115a4
commit
c80f556139
@ -253,7 +253,7 @@ public class Password extends Credential
|
||||
{
|
||||
if (arg.length != 1 && arg.length != 2)
|
||||
{
|
||||
System.err.println("Usage - java org.eclipse.jetty.security.Password [<user>] <password>");
|
||||
System.err.println("Usage - java " + Password.class.getName() + " [<user>] <password>");
|
||||
System.err.println("If the password is ?, the user will be prompted for the password");
|
||||
System.exit(1);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user