]> git.ipfire.org Git - thirdparty/util-linux.git/commit
blkid: add long options
authorSami Kerola <kerolasa@iki.fi>
Thu, 13 Apr 2017 08:39:39 +0000 (09:39 +0100)
committerSami Kerola <kerolasa@iki.fi>
Tue, 2 May 2017 22:22:04 +0000 (23:22 +0100)
commit15a74f755a32a9458a68526d7591f8ccb9204e63
treecb14dcf962f86ee0b9ea8357cabb1653f2d42716
parent1b71d08c6306dc80b6c5855695789d4d22ff1500
blkid: add long options

This change attempts to make tab completion more reasonable by alloging
memorizable option names.  That also has positive impact to manual page, in
which referrals to other options are now easier to understand.

All short options are kept exactly as they were to avoid ABI breakage.  The
only exception is -f option that getopt(3) recognized, but was not found
from anywhere else.  The -f has been part of blkid since the initial commit.

Commit: 51410fc6deb29cae54a2669aafabae6c49f964fc
Signed-off-by: Sami Kerola <kerolasa@iki.fi>
bash-completion/blkid
misc-utils/blkid.8
misc-utils/blkid.c