Add -v parameter to README.md options

This parameter is missing a description in README.md
This commit is contained in:
Ronald Findling 2017-08-27 11:24:25 +02:00 committed by GitHub
parent acc413e8a1
commit 47bbdaddbb

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: