From 4f6a032ddccc724742d507a83ad65f81bc4f3e0b Mon Sep 17 00:00:00 2001 From: Packit Service Date: Dec 23 2020 06:09:32 +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" },