mirror of
https://github.com/Fakerr/git-recall.git
synced 2026-09-10 07:26:42 -04:00
Add -p parameter to README.md options
This commit is contained in:
parent
2a5db45188
commit
cf6849dfc6
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue