From: Karel Zak Date: Mon, 14 Feb 2022 13:01:35 +0000 (+0100) Subject: lsblk: update --help output for -y X-Git-Tag: v2.38-rc2~23 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0f843ab649434081d98930b000e3d1746d3f9fc2;p=thirdparty%2Futil-linux.git lsblk: update --help output for -y Signed-off-by: Karel Zak --- diff --git a/misc-utils/lsblk.c b/misc-utils/lsblk.c index 4a0d372899..46ef91843d 100644 --- a/misc-utils/lsblk.c +++ b/misc-utils/lsblk.c @@ -1925,7 +1925,7 @@ static void __attribute__((__noreturn__)) usage(void) fputs(_(" -t, --topology output info about topology\n"), out); fputs(_(" -w, --width specifies output width as number of characters\n"), out); fputs(_(" -x, --sort sort output by \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 use specified directory as system root\n"), out); fputs(USAGE_SEPARATOR, out);