Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wangfu91 committed Oct 20, 2023
1 parent 084e928 commit 302cf60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ Run 'UsnParser [command] -h|--help' for more information about a command.
### Example

```bash
# Search Master File Table of volume D, print out all files who's extension is ".xlsx"
# Search through Master File Table of volume D, print out all the files who's extension is ".xlsx".
UsnParser search D: -f *.xlsx
```

```bash
# Print out all the USN change history of file "Report.docx" in volume D.
# Print out the change history for file "Report.docx" in the USN journal of volume D.
UsnParser read D: -f Report.docx
```

Expand Down

0 comments on commit 302cf60

Please sign in to comment.