lsblk: fix, set default sort_id = -1

Introduced in 642048e4:
 $ lsblk -o SIZE /dev/loop1
lsblk: the sort column has to be between output columns.

Signed-off-by: Ruediger Meier <ruediger.meier@ga-group.nl>
This commit is contained in:
Ruediger Meier 2014-05-21 11:56:20 +00:00
parent 642048e4a4
commit 4e9e0d1e06
1 changed files with 0 additions and 1 deletions

View File

@ -1560,7 +1560,6 @@ int main(int argc, char *argv[])
atexit(close_stdout);
lsblk = &_ls;
memset(lsblk, 0, sizeof(*lsblk));
while((c = getopt_long(argc, argv,
"abdDe:fhlnmo:OpPiI:rstVSx:", longopts, NULL)) != -1) {