1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2024-10-30 04:17:58 +01:00

mailx: fix keyboard shortcut format, per #1354

This commit is contained in:
Waldir Pimenta 2017-09-08 10:01:07 +01:00 committed by GitHub
parent d61bfa85c6
commit 7b3bb72fba

View file

@ -2,7 +2,7 @@
> Send and receive mail.
- Send mail (the content should be typed after the command, and ended with Control-D):
- Send mail (the content should be typed after the command, and ended with `Ctrl+D`):
`mailx -s "{{subject}}" {{to_addr}}`