From 47bbdaddbb887eab3c89500bb5a554888ad2aec2 Mon Sep 17 00:00:00 2001 From: Ronald Findling Date: Sun, 27 Aug 2017 11:24:25 +0200 Subject: [PATCH] Add -v parameter to README.md options This parameter is missing a description in README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 6373296..1ef8eb8 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,7 @@ $ git recall [-a ] [-d ] [-f] [-h] + [-v] ``` ##### Options description: @@ -26,6 +27,7 @@ $ git recall [-a ] - `-d` - Display commits for the last n days - `-f` - Fetch the latest changes - `-h` - Show help screen +- `-v` - Show version ##### How to use: