Merge pull request #35 from RonaldFindling/patch-1

Add -v parameter to README.md options
This commit is contained in:
Walid Berrahal 2017-08-27 12:03:08 +01:00 committed by GitHub
commit 47e6d4eb15

View file

@ -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: