multiple pages: Use snake_case in token syntax (#4788)

This commit is contained in:
Guido Lena Cota
2020-11-01 14:40:05 +01:00
committed by GitHub
parent 2a9b42076e
commit 0bb9c353a7
19 changed files with 34 additions and 34 deletions

View File

@@ -3,7 +3,7 @@
> The command operates on the user's mailbox if no argument is given.
> To send an email the message body is built from standard input.
- Send a typed email message. The commandline below continues after pressing Enter key. Input CC email-id (optional) press Enter key. Input message text (can be multi-line). Press "Ctrl-D" key to complete the message text:
- Send a typed email message. The command line below continues after pressing Enter key. Input CC email-id (optional) press Enter key. Input message text (can be multi-line). Press "Ctrl-D" key to complete the message text:
`mail --subject="{{subject line}}" {{to_user@example.com}}`
@@ -13,4 +13,4 @@
- Send a tar.gz file as an attachment:
`tar cvzf - {{path/to/directory1 path/to/directory2}} | uuencode {{data.tar.gz}} | mail --subject="{{subject line}}" {{to_user@example.com}}`
`tar cvzf - {{path/to/directory1 path/to/directory2}} | uuencode {{data.tar.gz}} | mail --subject="{{subject_line}}" {{to_user@example.com}}`