Add -p parameter to README.md options

This commit is contained in:
Sean McNamara 2018-01-05 15:33:21 +00:00 committed by GitHub
parent 2a5db45188
commit cf6849dfc6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,6 +17,7 @@ check what you or other contributors in your team did. It doesn't aim to be a re
$ git recall [-a <author name>]
[-d <days-ago>]
[-b <branch name>]
[-p <paths>]
[-f]
[-h]
[-v]
@ -27,6 +28,7 @@ $ git recall [-a <author name>]
- `-a` - Restrict search for a specific user (use -a "all" for all users)
- `-d` - Display commits for the last n days
- `-b` - Specify branch to display commits from
- `-p` - Specify path/s or file/s to display commits from
- `-f` - Fetch the latest changes
- `-h` - Show help screen
- `-v` - Show version