mirror of
https://github.com/Fakerr/git-recall.git
synced 2026-09-10 07:26:42 -04:00
Merge pull request #35 from RonaldFindling/patch-1
Add -v parameter to README.md options
This commit is contained in:
commit
47e6d4eb15
|
|
@ -18,6 +18,7 @@ $ git recall [-a <author name>]
|
|||
[-d <days-ago>]
|
||||
[-f]
|
||||
[-h]
|
||||
[-v]
|
||||
```
|
||||
|
||||
##### Options description:
|
||||
|
|
@ -26,6 +27,7 @@ $ git recall [-a <author name>]
|
|||
- `-d` - Display commits for the last n days
|
||||
- `-f` - Fetch the latest changes
|
||||
- `-h` - Show help screen
|
||||
- `-v` - Show version
|
||||
|
||||
##### How to use:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue