changed turn of phrase to be more universal.

This commit is contained in:
Gabe Venberg 2024-09-05 16:41:22 -05:00
parent f72085e969
commit 7a6aa52b11

View file

@ -327,7 +327,7 @@ but the point is that manuals are for when you want to do something with the too
There are many other examples as well. How many of your grep invocations are in the form of `grep -R 'foo' ./`?
Most of mine are. [Ripgrep](https://github.com/BurntSushi/ripgrep) shortens that to `rg foo`
while still having all the power of grep when I need it, and it is faster to boot!
while still having all the power of grep when I need it, and it is faster as well!
This isn't to say that tools should 'dumb themselves down' or hobble themselves to make them easier to use.
However they should keep in mind the most common usecase that their tool is likely to be used in,