diff --git a/eg/examples/touch.md b/eg/examples/touch.md index 7ef83e0..cc744e9 100644 --- a/eg/examples/touch.md +++ b/eg/examples/touch.md @@ -12,7 +12,7 @@ update the modified and access time of a file to the current instant update the modified and access time of the file to August 5 at 13:00 - touch -t 08051200 file.txt + touch -t 08051300 file.txt update only the modified time to the current instant