1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-09-10 15:33:50 +02:00

touch: add missing quotation mark (#16851)

This commit is contained in:
Fazle Arefin 2025-06-14 03:59:12 +10:00 committed by GitHub
parent b091e85149
commit 8ab929499f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -21,4 +21,4 @@
- Set the timestamp by parsing a string:
`touch {{[-d|--date]}} "{{last year|5 hours|next thursday|nov 14|...}} {{path/to/file}}`
`touch {{[-d|--date]}} "{{last year|5 hours|next thursday|nov 14|...}}" {{path/to/file}}`