From cf6849dfc6942bec4031a3268dd80bc157a74281 Mon Sep 17 00:00:00 2001 From: Sean McNamara Date: Fri, 5 Jan 2018 15:33:21 +0000 Subject: [PATCH] Add -p parameter to README.md options --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 0771e5a..7439155 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,7 @@ check what you or other contributors in your team did. It doesn't aim to be a re $ git recall [-a ] [-d ] [-b ] + [-p ] [-f] [-h] [-v] @@ -27,6 +28,7 @@ $ git recall [-a ] - `-a` - Restrict search for a specific user (use -a "all" for all users) - `-d` - Display commits for the last n days - `-b` - Specify branch to display commits from +- `-p` - Specify path/s or file/s to display commits from - `-f` - Fetch the latest changes - `-h` - Show help screen - `-v` - Show version