]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
bash-completion: release preparations
authorSami Kerola <kerolasa@iki.fi>
Fri, 12 Jun 2020 19:29:54 +0000 (20:29 +0100)
committerKarel Zak <kzak@redhat.com>
Mon, 15 Jun 2020 09:35:40 +0000 (11:35 +0200)
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>
bash-completion/blkdiscard
bash-completion/blkzone
bash-completion/cfdisk
bash-completion/fdisk
bash-completion/lsirq
bash-completion/mkswap
bash-completion/nsenter
bash-completion/sfdisk
bash-completion/wipefs

index f28e5d4c262b574c25b9457b86f49beac00c266e..ab69e7fb1734f7b5b1daa9230d9ac76942ed8a51 100644 (file)
@@ -16,6 +16,7 @@ _blkdiscard_module()
        case $cur in
                -*)
                        OPTS="
+                               --force
                                --offset
                                --length
                                --step
index b642953485e9c74a76f5527361c43278346bc0fe..cc9352730d811e862662ee32b71d48ede4c69ac1 100644 (file)
@@ -25,7 +25,7 @@ _blkzone_module()
                -*)
                        case $prev in
                                'report'|'reset')
-                                       OPTS="--verbose --offset --length --count"
+                                       OPTS="--verbose --offset --length --count --force"
                                        ;;
                                *)
                                        OPTS="--help --version"
index 180d987f8a35f63bfefbe8aa0094c26243e96be8..4da6fb8b5b783c9daa01e26eaeb36ffc2d546c4d 100644 (file)
@@ -17,6 +17,7 @@ _cfdisk_module()
                -*)
                        OPTS="  --color
                                --zero
+                               --lock
                                --help
                                --version"
                        COMPREPLY=( $(compgen -W "${OPTS[*]}" -- $cur) )
index a29b5f68659fbb92c55fe179b56ed163aa2affd9..c42c329bdea382433e2af3db3b2cfe252c1494ac 100644 (file)
@@ -75,6 +75,9 @@ _fdisk_module()
                                --compatibility
                                --color
                                --list
+                               --list-details
+                               --noauto-pt
+                               --lock
                                --output
                                --type
                                --units
index b644559e5761515bacd314fe47c00f30072c5c10..c706876f8440cab19fff9e91366a89f9559c76b5 100644 (file)
@@ -28,6 +28,7 @@ _lsirq_module()
        esac
        OPTS="  --json
                --pairs
+               --noheadings
                --output
                --sort
                --help
index 3fc5ca574fe883f21be284916e0a4d642e97211b..97c9292e4d398b6f6e9e11ee835d855b342fe17b 100644 (file)
@@ -27,7 +27,7 @@ _mkswap_module()
        esac
        case $cur in
                -*)
-                       OPTS="--check --force --pagesize --label --swapversion --uuid --version --help"
+                       OPTS="--check --force --pagesize --lock --label --swapversion --uuid --version --help"
                        COMPREPLY=( $(compgen -W "${OPTS[*]}" -- $cur) )
                        return 0
                        ;;
index ad56f06e4821104a7232480a72e1a09e6c3306d0..8ee74612e11741845cdef81ac9ee6050dbef9fde 100644 (file)
@@ -42,6 +42,7 @@ _nsenter_module()
                                --pid=
                                --cgroup=
                                --user=
+                               --time=
                                --setuid
                                --setgid
                                --preserve-credentials
index 8386c9fb5289dcc31e909b716f8fba04179ab5ce..8aa051626d6aa0b46691ea05c9930a9aab44cf15 100644 (file)
@@ -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
index 8c31fba4a6841fbc00d34019d87cd20480e8231e..8e49a8bda1a0b5896b2a454ebbf2e1982298559a 100644 (file)
@@ -41,6 +41,7 @@ _wipefs_module()
                                --force
                                --noheadings
                                --json
+                               --lock
                                --no-act
                                --offset
                                --output