]> git.ipfire.org Git - thirdparty/util-linux.git/commit
sfdisk: fix -a vs. -A bug
authorKarel Zak <kzak@redhat.com>
Thu, 26 Mar 2015 17:21:53 +0000 (18:21 +0100)
committerKarel Zak <kzak@redhat.com>
Wed, 29 Apr 2015 10:26:46 +0000 (12:26 +0200)
commit980ceb22609325e63e06aaca877a79e75a2e676f
tree55b23d9b151e21df33a0d3cec881d5e62df1b02a
parentcd019e74297782dab09b20775af24a0ae7b1e7fa
sfdisk: fix -a vs. -A bug

The -A has been originally used for --activate, since v2.26 it's used
for --append. This is stupid mistake. This patch reverts the change to:

 -A, --activate
 -a, --append

Note that --append is a new command line option in v2.26.

Addresses: https://bugs.archlinux.org/task/44349
Signed-off-by: Karel Zak <kzak@redhat.com>
disk-utils/sfdisk.8
disk-utils/sfdisk.c