Skip to content

Commit

Permalink
log-snippet/README.md: fix bad path
Browse files Browse the repository at this point in the history
  • Loading branch information
hydrargyrum committed Mar 14, 2023
1 parent ee19c78 commit b3ccabd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion log-snippet/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ For each file/line number, `log-snippet` will show the content of the line numbe
For example, pipe `flake8` output into `log-snippet` and show up to 2 lines before and 2 lines after around the mentioned line:

```
% flake8 bad.py other.py | ~/progextern/attic/log-snippet/log-snippet.sh -C 2
% flake8 bad.py other.py | log-snippet.sh -C 2
bad.py-2-
bad.py-3-def foo1():
bad.py:4: qux=1
Expand Down

0 comments on commit b3ccabd

Please sign in to comment.