summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorSumit Bose <sbose@redhat.com>2020-06-15 15:41:53 +0200
committerSumit Bose <sbose@redhat.com>2020-06-15 15:58:40 +0200
commitd70075c597e7ebc1683d407409c45b04110676a0 (patch)
tree95e7bf489a5adf37d12204145d117483e12460a7 /tools
parent50d580c58dab5928cadfc6ca82aedccee58eaced (diff)
tools: fix typo in show-password help output
Resolves: https://bugzilla.redhat.com/show_bug.cgi?id=1791611
Diffstat (limited to 'tools')
-rw-r--r--tools/computer.c2
1 files changed, 1 insertions, 1 deletions
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" },