aboutsummaryrefslogtreecommitdiffstats
path: root/misc-utils/lsblk.c
diff options
context:
space:
mode:
authorYang Hau <yuanyanghau@gmail.com>2024-08-20 23:48:19 +0800
committerKarel Zak <kzak@redhat.com>2024-08-21 10:15:25 +0200
commit96ac92a3d2734f70562f210564f5c3dde60f722a (patch)
tree068fdd6fee40ecf1070617a80d07dc9b1b9c1fc5 /misc-utils/lsblk.c
parent98c888fabce3077a6fb94188524d84fdea6591ba (diff)
downloadutil-linux-96ac92a3d2734f70562f210564f5c3dde60f722a.tar.gz
fix typos
Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'misc-utils/lsblk.c')
-rw-r--r--misc-utils/lsblk.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc-utils/lsblk.c b/misc-utils/lsblk.c
index 41e9470ea7..20c4de238c 100644
--- a/misc-utils/lsblk.c
+++ b/misc-utils/lsblk.c
@@ -2311,8 +2311,8 @@ static void __attribute__((__noreturn__)) usage(void)
fputs(_(" -M, --merge group parents of sub-trees (usable for RAIDs, Multi-path)\n"), out);
fputs(_(" -O, --output-all output all columns\n"), out);
fputs(_(" -P, --pairs use key=\"value\" output format\n"), out);
- fputs(_(" -Q, --filter <expr> print only lines maching the expression\n"), out);
- fputs(_(" --highlight <expr> colorize lines maching the expression\n"), out);
+ fputs(_(" -Q, --filter <expr> print only lines matching the expression\n"), out);
+ fputs(_(" --highlight <expr> colorize lines matching the expression\n"), out);
fputs(_(" --ct-filter <expr> restrict the next counter\n"), out);
fputs(_(" --ct <name>[:<param>[:<func>]] define a custom counter\n"), out);
fputs(_(" -S, --scsi output info about SCSI devices\n"), out);