aboutsummaryrefslogtreecommitdiff
path: root/_tils
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--_tils/2020-08-28-grep-online-repositories.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/_tils/2020-08-28-grep-online-repositories.md b/_tils/2020-08-28-grep-online-repositories.md
index 4b972fd..f9ef114 100644
--- a/_tils/2020-08-28-grep-online-repositories.md
+++ b/_tils/2020-08-28-grep-online-repositories.md
@@ -38,7 +38,7 @@ Usage:
Examples:
Searching "make get-git" in cgit repository:
git search 'make get-git' https://git.zx2c4.com/cgit/
- git search 'make get-git' https://git.zx2c4.com/cgit/ -- $(git rev-list --all)
+ git search 'make get-git' https://git.zx2c4.com/cgit/ -- \$(git rev-list --all)
EOF
exit 2
}