touch: add missing quotation mark (#16851)

This commit is contained in:
Fazle Arefin
2025-06-13 23:29:12 +05:30
committed by GitHub
parent b091e85149
commit 8ab929499f
+1 -1
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}}`