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

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