diff options
| author | Sami Kerola <kerolasa@iki.fi> | 2020-06-12 20:29:54 +0100 |
|---|---|---|
| committer | Karel Zak <kzak@redhat.com> | 2020-06-15 11:35:40 +0200 |
| commit | 5adb0c90663aaff98772955e11b2dde527418dbf (patch) | |
| tree | b83ee912fe5f2c04d519527d197a59351ca67b53 /bash-completion/sfdisk | |
| parent | d651a1baa9c24150293950b10817f92922e62513 (diff) | |
| download | util-linux-5adb0c90663aaff98772955e11b2dde527418dbf.tar.gz | |
bash-completion: release preparations
6e103c7690fe blkzone: Add --force option
9cd88771ef45 fdisk: add --lock and LOCK_BLOCK_DEVICE
921ceaca31bd wipefs: add --lock and LOCK_BLOCK_DEVICE
c3ef1268a0b4 sfdisk: add --lock and LOCK_BLOCK_DEVICE
b8671fe76370 mkswap: add --lock and LOCK_BLOCK_DEVICE
ec8f712157fe cfdisk: add --lock and LOCK_BLOCK_DEVICE
f2229320a9f7 fdisk: add --noauto-pt
7f1f0584c24a nsenter: add support for the time namespace
dd52c4fa011d lsirq: add -n option
ee5a16025046 sfdisk: add --relocate command
99d78b2fefe3 fdisk: add --list-details
65e27d545cb5 sfdisk: add --disk-id to change disk UUID/ID
34fed3ff1740 blkdiscard: use O_EXCL, add --force
Signed-off-by: Sami Kerola <kerolasa@iki.fi>
Diffstat (limited to 'bash-completion/sfdisk')
| -rw-r--r-- | bash-completion/sfdisk | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/bash-completion/sfdisk b/bash-completion/sfdisk index 8386c9fb52..8aa051626d 100644 --- a/bash-completion/sfdisk +++ b/bash-completion/sfdisk @@ -58,10 +58,12 @@ _sfdisk_module() --show-geometry --list --list-free + --disk-id --reorder --show-size --list-types --verify + --relocate --delete --part-label --part-type @@ -73,6 +75,7 @@ _sfdisk_module() --move-data --force --color + --lock --partno --no-act --no-reread |
