tUpdate grep command to show line numbers. - obelisk - Electrum server using libbitcoin as its backend
HTML git clone https://git.parazyd.org/obelisk
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit 7d3865cc4ee1682c4188707594389f92c3287838
DIR parent e8ea79bf3393e0a427ece4add23a41728206191a
HTML Author: parazyd <parazyd@dyne.org>
Date: Thu, 15 Apr 2021 12:03:49 +0200
Update grep command to show line numbers.
Diffstat:
M README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
DIR diff --git a/README.md b/README.md
t@@ -22,7 +22,7 @@ TODO
* Better (and more) error handling
* More testing
-* git grep -E "TODO:|BUG:"
+* git grep -nE "TODO:|BUG:"
Dependencies