fix extended command syntax (closes #23872)
diff --git a/Lib/smtpd.py b/Lib/smtpd.py
index 1fa157a..0d0030a 100755
--- a/Lib/smtpd.py
+++ b/Lib/smtpd.py
@@ -413,7 +413,7 @@
 
     def smtp_HELP(self, arg):
         if arg:
-            extended = ' [SP <mail parameters]'
+            extended = ' [SP <mail-parameters>]'
             lc_arg = arg.upper()
             if lc_arg == 'EHLO':
                 self.push('250 Syntax: EHLO hostname')