Fixed format as code for MOTD newline escape (#1873)

This commit is contained in:
Torge Rosendahl
2022-12-23 12:37:07 -05:00
committed by GitHub
parent ef9318f22e
commit 93f31f5ddc

View File

@@ -1004,7 +1004,7 @@ renders
To produce a multi-line MOTD, you will need to double escape the newline such as
-e MOTD="Line one\\nLine two"
-e MOTD="Line one\\nLine two"
### Difficulty