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

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


The following commit(s) were added to refs/heads/2.1 by this push:
     new 868f59b879 Added missing info to `admin fate delete` help msg (#5080)
868f59b879 is described below

commit 868f59b8794daec7e23f215b7ba0ce24b365b84a
Author: Kevin Rathbun <krath...@apache.org>
AuthorDate: Wed Nov 20 12:14:27 2024 -0500

    Added missing info to `admin fate delete` help msg (#5080)
---
 server/base/src/main/java/org/apache/accumulo/server/util/Admin.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/server/base/src/main/java/org/apache/accumulo/server/util/Admin.java 
b/server/base/src/main/java/org/apache/accumulo/server/util/Admin.java
index b8351ee43f..ac35bc0f17 100644
--- a/server/base/src/main/java/org/apache/accumulo/server/util/Admin.java
+++ b/server/base/src/main/java/org/apache/accumulo/server/util/Admin.java
@@ -237,7 +237,7 @@ public class Admin implements KeywordExecutable {
     boolean fail;
 
     @Parameter(names = {"-d", "--delete"},
-        description = "<txId>... Delete locks associated with transactions 
(Requires Manager to be down)")
+        description = "<txId>... Delete FaTE transaction and its associated 
table locks (requires Manager to be down)")
     boolean delete;
 
     @Parameter(names = {"-p", "--print", "-print", "-l", "--list", "-list"},

Reply via email to