update rg desc
authorAJ ONeal <aj@therootcompany.com>
Sat, 2 May 2020 22:11:32 +0000 (22:11 +0000)
committerAJ ONeal <aj@therootcompany.com>
Sat, 2 May 2020 22:11:32 +0000 (22:11 +0000)
rg/rg.bash

index 9730a12f28cc4e8575a3e0cc85e69ea6522236b7..577e02902840b323d9489783ee3fcdac090fcf53 100644 (file)
@@ -3,7 +3,7 @@
 # tagline: a modern drop-in grep replacement
 # alias: rg
 # description: |
-#   'rg' is a drop-in replacement for 'grep', that respects '.gitignore' and '.ignore', has all of the sensible default options you want (colors, numbers, etc) turned on by default, is written in Rust, and simply outperforms grep in every imaginable way. R.I.P. grep.
+#   `rg` is a drop-in replacement for `grep`, that respects `.gitignore` and `.ignore`, has all of the sensible default options you want (colors, numbers, etc) turned on by default, is written in Rust, and simply outperforms grep in every imaginable way. R.I.P. grep.
 # examples: |
 #
 #   ```bash