mirror of
https://github.com/Fakerr/git-recall.git
synced 2026-09-10 07:26:42 -04:00
Add -v parameter to README.md options
This parameter is missing a description in README.md
This commit is contained in:
parent
acc413e8a1
commit
47bbdaddbb
|
|
@ -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