summaryrefslogtreecommitdiffstats
path: root/bash-completion
diff options
context:
space:
mode:
authorSami Kerola2019-05-20 20:34:10 +0200
committerSami Kerola2019-05-20 20:43:59 +0200
commitba5e7b7e52831ea1846166b2d37333d3da2a1b99 (patch)
tree1a455df82a67ca4948798eee5bb9bc8fec4678e0 /bash-completion
parentlib/ismounted: use xstrncpy() (diff)
downloadkernel-qcow2-util-linux-ba5e7b7e52831ea1846166b2d37333d3da2a1b99.tar.gz
kernel-qcow2-util-linux-ba5e7b7e52831ea1846166b2d37333d3da2a1b99.tar.xz
kernel-qcow2-util-linux-ba5e7b7e52831ea1846166b2d37333d3da2a1b99.zip
bash-completion: update options before release
blkid: 5e91d5dd716ebc6144bcb0cabb0ec847a678be9e --no-part-details lsblk: dc4662f0e755929de9cbe98b1b343b492fd620f4 --dedup lsblk: 0bd05f5ee4876ffd13c98acd56c2bff9971f28f1 --merge lscpu: 0e86bc8406959d0d56194d4f404b780e6b70caa4 --caches lscpu: 2011528bce58dd31d5ee0287f2367da1f2d6cfa9 --bytes Signed-off-by: Sami Kerola <kerolasa@iki.fi>
Diffstat (limited to 'bash-completion')
-rw-r--r--bash-completion/blkid1
-rw-r--r--bash-completion/lsblk4
-rw-r--r--bash-completion/lscpu2
3 files changed, 6 insertions, 1 deletions
diff --git a/bash-completion/blkid b/bash-completion/blkid
index 57b34c3f4..129a677cb 100644
--- a/bash-completion/blkid
+++ b/bash-completion/blkid
@@ -85,6 +85,7 @@ _blkid_module()
--offset
--usages
--match-types
+ --no-part-details
--help
--version
"
diff --git a/bash-completion/lsblk b/bash-completion/lsblk
index bd86f9f79..a1e9e61b6 100644
--- a/bash-completion/lsblk
+++ b/bash-completion/lsblk
@@ -31,7 +31,7 @@ _lsblk_module()
COMPREPLY=( $(compgen -P "$prefix" -W "${MAJOR:-""}" -S ',' -- $realcur) )
return 0
;;
- '-o'|'--output')
+ '-o'|'--output'|'-M'|'--dedup')
local prefix realcur LSBLK_COLS
realcur="${cur##*,}"
prefix="${cur%$realcur}"
@@ -66,6 +66,8 @@ _lsblk_module()
--json
--ascii
--list
+ --dedup
+ --merge
--perms
--noheadings
--output
diff --git a/bash-completion/lscpu b/bash-completion/lscpu
index 4d3582fd4..d79c4c9a6 100644
--- a/bash-completion/lscpu
+++ b/bash-completion/lscpu
@@ -30,6 +30,8 @@ _lscpu_module()
-*)
OPTS_ALL="--all
--online
+ --bytes
+ --caches
--offline
--json
--extended=