Sort output lines by _column_. This option enables *--list* output format by default. It is possible to use the option *--tree* to force tree-like output and than the tree branches are sorted by the _column_.
*-z*, *--zoned*::
-Print the zone model for each device.
+Print the zone related information for each device.
*--sysroot* _directory_::
Gather data for a Linux instance other than the instance from which the *lsblk* command is issued. The specified directory is the system root of the Linux instance to be inspected. The real device nodes in the target directory can be replaced by text files with udev attributes.
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(_(" -z, --zoned print zone model\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);
printf(USAGE_HELP_OPTIONS(22));
case 'z':
add_uniq_column(COL_NAME);
add_uniq_column(COL_ZONED);
+ add_uniq_column(COL_ZONE_SZ);
+ add_uniq_column(COL_ZONE_NR);
+ add_uniq_column(COL_ZONE_AMAX);
+ add_uniq_column(COL_ZONE_OMAX);
+ add_uniq_column(COL_ZONE_APP);
+ add_uniq_column(COL_ZONE_WGRAN);
break;
case 'e':
parse_excludes(optarg);