summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorAlejandro Colomar <alx.manpages@gmail.com>2022-05-17 00:32:29 +0200
committerAlejandro Colomar <alx.manpages@gmail.com>2022-05-17 00:32:31 +0200
commit0ff352f44f358bcbe3e0f21c007945b35f3a32a5 (patch)
tree231052c2c19379ce655ff6fb62ea1b7d40148fe5 /share
parent91d0a5feaca0a951caa580ef0aac431432d76a04 (diff)
examples/README: Fix command
`grepc '<filename>'` no longer produces that output (it now finds more things). Use appropriate flags to keep the examples correct. Signed-off-by: Alejandro Colomar <alx.manpages@gmail.com>
Diffstat (limited to 'share')
-rw-r--r--share/doc/grepc/examples/README4
1 files changed, 2 insertions, 2 deletions
diff --git a/share/doc/grepc/examples/README b/share/doc/grepc/examples/README
index 03527af..74c97f0 100644
--- a/share/doc/grepc/examples/README
+++ b/share/doc/grepc/examples/README
@@ -1,3 +1,3 @@
The files under the subdirectories in this directory contain the
-output of running `grepc '<filename>'` in the root of the
-corresponding source code repository.
+output of running `grepc -te -tf -tm -tt '<filename>'` in the root
+of the corresponding source code repository.