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