getfileinfo, slmgr.vbs: fix documentation (#11627)

This commit is contained in:
Reinhart Previano Koentjoro
2023-12-02 11:53:50 +07:00
committed by GitHub
parent d78944fa43
commit a7a4694016
2 changed files with 15 additions and 15 deletions

View File

@@ -5,16 +5,16 @@
- Display information about a given file:
`GetFileInfo {{path/to/filename}}`
`GetFileInfo {{path/to/file}}`
- Display the date and time a given file was created:
- Display the [d]ate and time a given file was created:
`GetFileInfo -d {{path/to/filename}}`
`GetFileInfo -d {{path/to/file}}`
- Display the date and time a given file was last modified:
- Display the date and time a given file was last [m]odified:
`GetFileInfo -m {{path/to/filename}}`
`GetFileInfo -m {{path/to/file}}`
- Display the creator of a given file:
- Display the [c]reator of a given file:
`GetFileInfo -c {{path/to/filename}}`
`GetFileInfo -c {{path/to/file}}`