aboutsummaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
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