]> git.ipfire.org Git - thirdparty/util-linux.git/commit
lsblk: add -O option to show all available columns
authorMasatake YAMATO <yamato@redhat.com>
Sun, 27 Apr 2014 05:18:41 +0000 (14:18 +0900)
committerKarel Zak <kzak@redhat.com>
Tue, 6 May 2014 08:56:52 +0000 (10:56 +0200)
commit1b4d2a4a4aa7df52033d293f26cd4fa79f95578d
tree8b32972d8db40f8dc996955819b62f2dd7936b3b
parentd12d063b4a70a71e4517f70253738e5acdf34613
lsblk: add -O option to show all available columns

Simple command line for gathering information as many as possible is
useful when understanding a system, especially when trouble shooting.

This patch introduces -O option which enables all available columns.

[kzak@redhat.com: - define collisions between options,
                  - define columns when parse argv[]]

Signed-off-by: Masatake YAMATO <yamato@redhat.com>
Signed-off-by: Karel Zak <kzak@redhat.com>
misc-utils/lsblk.8
misc-utils/lsblk.c