Skip to content

Commit

Permalink
Docs> Add -- in front of cmd for git log
Browse files Browse the repository at this point in the history
The current docs are incorrect, using the command gives an error msg:

```
error: unknown argument --since=1 week ago
error: if that argument was meant for git-log,
error: please put it after two dashes ( -- ).
```
  • Loading branch information
Timothy Hwang committed Nov 9, 2017
1 parent e7ca960 commit 167f0c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ $ git effort --above 5
If you wish to see only the commits in the last month you may use `--since` (it supports the same syntax like `git log --since`):

```
$ git effort --since='last month'
$ git effort -- --since='last month'
```

By default `git ls-files` is used, however you may pass one or more files to `git-effort(1)`, for example:
Expand Down

0 comments on commit 167f0c8

Please sign in to comment.