aboutsummaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2024-02-02 16:56:31 +0100
committerThomas Voss <mail@thomasvoss.com> 2024-02-02 16:56:31 +0100
commitc47e6b42946760428b743af0e9492cb145f6d9e5 (patch)
tree91c841f982752aba193c7a5ee69c268f2f9a9e6f /man
parent109b1950e0b812e2797787975d88e8c1e16af725 (diff)
Fix broken example
Diffstat (limited to 'man')
-rw-r--r--man/grab.12
1 files changed, 1 insertions, 1 deletions
diff --git a/man/grab.1 b/man/grab.1
index a6f38da..d70014a 100644
--- a/man/grab.1
+++ b/man/grab.1
@@ -308,7 +308,7 @@ An error occured.
.Sh EXAMPLES
List all your systems CPU flags, sorted and without duplicates:
.Pp
-.Dl $ grab 'x/^flags.*/ x/\ew+/ G/flags/' | sort | uniq
+.Dl $ grab -n 'x/^flags.*/ x/\ew+/ G/flags/' /proc/cpuinfo | sort | uniq
.Pp
Search for a pattern in multiple files without printing filenames:
.Pp