From a98baa84a6a9dd5bbb057f26e26a9e0d87cc91b6 Mon Sep 17 00:00:00 2001 From: Packit Service Date: Dec 09 2020 07:27:07 +0000 Subject: Apply patch 0001-tools-fix-typo-in-show-password-help-output.patch patch_name: 0001-tools-fix-typo-in-show-password-help-output.patch present_in_specfile: true location_in_specfile: 67 --- diff --git a/tools/computer.c b/tools/computer.c index e59db70..c9f54c1 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" },