Skip to content

Commit

Permalink
s/scan/sniff/
Browse files Browse the repository at this point in the history
  • Loading branch information
ezekg committed Jan 5, 2017
1 parent e346a2c commit 73989a4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,18 +36,18 @@ git-hound [<opts>] sniff [<commit>]
Sniff changes before committing.

```bash
# Scan changes since last commit and pass to git-commit when clean
# Sniff changes since last commit and pass to git-commit when clean
git hound commit …
```

### Sniff
You can optionally pass a commit hash or manually pipe a diff for the Hound to sniff.

```bash
# Scan changes since last commit
# Sniff changes since last commit
git hound sniff HEAD

# Scan entire codebase
# Sniff entire codebase
git hound sniff

# Sniff entire repo history
Expand Down

0 comments on commit 73989a4

Please sign in to comment.