This is an automated email from the ASF dual-hosted git repository.

edcoleman pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/accumulo.git


The following commit(s) were added to refs/heads/main by this push:
     new 2831c29  Fix #2054 typo in ClientOps (conection-> connection)
2831c29 is described below

commit 2831c292fdb714b02b779531851b940b1179d92f
Author: sjyang18 <41694933+sjyan...@users.noreply.github.com>
AuthorDate: Thu Apr 29 12:27:11 2021 -0700

    Fix #2054 typo in ClientOps (conection-> connection)
---
 core/src/main/java/org/apache/accumulo/core/cli/ClientOpts.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/src/main/java/org/apache/accumulo/core/cli/ClientOpts.java 
b/core/src/main/java/org/apache/accumulo/core/cli/ClientOpts.java
index 338da79..3b086e6 100644
--- a/core/src/main/java/org/apache/accumulo/core/cli/ClientOpts.java
+++ b/core/src/main/java/org/apache/accumulo/core/cli/ClientOpts.java
@@ -152,7 +152,7 @@ public class ClientOpts extends Help {
   public String principal = null;
 
   @Parameter(names = "--password", converter = PasswordConverter.class,
-      description = "conection password (can be specified as '<password>', 
'pass:<password>',"
+      description = "connection password (can be specified as '<password>', 
'pass:<password>',"
           + " 'file:<local file containing the password>' or 'env:<variable 
containing"
           + " the pass>')",
       password = true)

Reply via email to