The following options can be used:
-a
Change only the access time of the file.
The modification time of the file is not changed unless the -m flag is also specified.
-c, --no-create
Do not create the file if it does not exist.
-d, --date=STRING
Parse STRING and use it instead of current time.
-f
(Ignored for compatibility with BSD)
-h, --no-dereference
If the file is a symbolic link, change the times of the link itself rather than the file that the link points to.
Note that -h implies -c and thus will not create any new files.
-m
Change only the modification time of the file.
The access time of the file is not changed unless the -a flag is also specified.
-r, --reference=FILE
Use this file's times instead of current time.
-t STAMP
Use [[CC]YY]MMDDhhmm[.ss] instead of current time.
--time=WORD
Change the specified time: WORD is access, atime, or use: equivalent to -a
WORD is modify or mtime: equivalent to -m
--help
Display help and exit.
--version
Output version information and exit.