]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
lsblk: update --help output for -y
authorKarel Zak <kzak@redhat.com>
Mon, 14 Feb 2022 13:01:35 +0000 (14:01 +0100)
committerKarel Zak <kzak@redhat.com>
Mon, 14 Feb 2022 13:01:35 +0000 (14:01 +0100)
Signed-off-by: Karel Zak <kzak@redhat.com>
misc-utils/lsblk.c

index 4a0d372899eb7977c5bbed8338346d7e0a6d9763..46ef91843dd8e52e0e30ede921aa177fd0465e27 100644 (file)
@@ -1925,7 +1925,7 @@ static void __attribute__((__noreturn__)) usage(void)
        fputs(_(" -t, --topology       output info about topology\n"), out);
        fputs(_(" -w, --width <num>    specifies output width as number of characters\n"), out);
        fputs(_(" -x, --sort <column>  sort output by <column>\n"), out);
-       fputs(_(" -y, --shell          modify column names to be usable as shell variable identifiers\n"), out);
+       fputs(_(" -y, --shell          use column names to be usable as shell variable identifiers\n"), out);
        fputs(_(" -z, --zoned          print zone related information\n"), out);
        fputs(_("     --sysroot <dir>  use specified directory as system root\n"), out);
        fputs(USAGE_SEPARATOR, out);