1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-04 22:35:45 +02:00

Merge pull request #252 from egilkh/patch-1

Fix missing backticks
This commit is contained in:
Romain Prieto 2014-11-05 11:32:32 +11:00
commit ba895c3282

View file

@ -20,7 +20,7 @@
- Attach to a named session - Attach to a named session
`tmux a -t {{name}} `tmux a -t {{name}}`
- Detach from session - Detach from session
@ -28,4 +28,4 @@
- Kill session - Kill session
`tmux kill-session -t {{name}} `tmux kill-session -t {{name}}`