From c136d7b413cff2c7ec10111b6e68bafcee7f3e07 Mon Sep 17 00:00:00 2001
From: brinn <brinn>
Date: Thu, 10 Apr 2008 06:15:36 +0000
Subject: [PATCH] minor: fix typo

SVN: 5435
---
 .../java/ch/systemsx/cisd/authentication/file/Parameters.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 ab7f0323d38..0692c2c38bb 100644
--- a/authentication/source/java/ch/systemsx/cisd/authentication/file/Parameters.java
+++ b/authentication/source/java/ch/systemsx/cisd/authentication/file/Parameters.java
@@ -73,7 +73,7 @@ final class Parameters
     @Option(name = "p", longName = "password", usage = "The password.")
     private String password;
 
-    @Option(name = "P", longName = "change-password", usage = "Read the new password from the console,")
+    @Option(name = "P", longName = "change-password", usage = "Read the new password from the console.")
     private boolean changePassword;
 
     @Argument
-- 
GitLab