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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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