bash-completion: update options before release

blkid: 5e91d5dd71 --no-part-details
lsblk: dc4662f0e7 --dedup
lsblk: 0bd05f5ee4 --merge
lscpu: 0e86bc8406 --caches
lscpu: 2011528bce --bytes

Signed-off-by: Sami Kerola <kerolasa@iki.fi>
This commit is contained in:
Sami Kerola 2019-05-20 19:34:10 +01:00
parent 8ecc6ba807
commit ba5e7b7e52
No known key found for this signature in database
GPG Key ID: 0D46FEF7E61DBB46
3 changed files with 6 additions and 1 deletions

View File

@ -85,6 +85,7 @@ _blkid_module()
--offset
--usages
--match-types
--no-part-details
--help
--version
"

View File

@ -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

View File

@ -30,6 +30,8 @@ _lscpu_module()
-*)
OPTS_ALL="--all
--online
--bytes
--caches
--offline
--json
--extended=