Blame 0001-tools-fix-typo-in-show-password-help-output.patch

9b162ca
From d70075c597e7ebc1683d407409c45b04110676a0 Mon Sep 17 00:00:00 2001
9b162ca
From: Sumit Bose <sbose@redhat.com>
9b162ca
Date: Mon, 15 Jun 2020 15:41:53 +0200
9b162ca
Subject: [PATCH 1/3] tools: fix typo in show-password help output
9b162ca
9b162ca
Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1791611
9b162ca
---
9b162ca
 tools/computer.c | 2 +-
9b162ca
 1 file changed, 1 insertion(+), 1 deletion(-)
9b162ca
9b162ca
diff --git a/tools/computer.c b/tools/computer.c
9b162ca
index a90c4b2..24ea258 100644
9b162ca
--- a/tools/computer.c
9b162ca
+++ b/tools/computer.c
9b162ca
@@ -154,7 +154,7 @@ static adcli_tool_desc common_usages[] = {
9b162ca
 	                         "accounts" },
9b162ca
 	{ opt_show_details, "show information about joining the domain after\n"
9b162ca
 	                     "a successful join" },
9b162ca
-	{ opt_show_password, "show computer account password after after a\n"
9b162ca
+	{ opt_show_password, "show computer account password after a\n"
9b162ca
 	                     "successful join" },
9b162ca
 	{ opt_add_samba_data, "add domain SID and computer account password\n"
9b162ca
 	                      "to the Samba specific configuration database" },
9b162ca
-- 
9b162ca
2.26.2
9b162ca