From 1fbcffc901fd42bce77df5e0909fd0c9f8192b29 Mon Sep 17 00:00:00 2001 From: Amaury Denoyelle Date: Tue, 21 Jul 2026 09:42:09 +0200 Subject: [PATCH] DOC: fix typo in "del ssl ech" command Correct "det" to "del" keyword. This must be backported up to 3.3. --- doc/management.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/management.txt b/doc/management.txt index 19bc71ff3..b6522984b 100644 --- a/doc/management.txt +++ b/doc/management.txt @@ -2202,7 +2202,7 @@ del ssl crt-list you will need to provide which line you want to delete. To display the line numbers, use "show ssl crt-list -n ". -det ssl ech +del ssl ech Delete the ECH keys of a bind line. The bind line format is /@: (Example: -- 2.47.3