aboutsummaryrefslogtreecommitdiffstats
path: root/bash-completion
diff options
context:
space:
mode:
authorThomas Weißschuh <thomas.weissschuh@linutronix.de>2024-03-06 17:36:52 +0100
committerThomas Weißschuh <thomas.weissschuh@linutronix.de>2024-03-07 08:27:53 +0100
commita382c924e26fa3a15e2c7d827c77150c7c4b7e41 (patch)
tree857a9b584ebfd7d323f71ad93800e25655b64ca0 /bash-completion
parent11faf236604fbe5aa63b13ff0832c17c230eb91d (diff)
downloadutil-linux-a382c924e26fa3a15e2c7d827c77150c7c4b7e41.tar.gz
blkid: add json output format
Signed-off-by: Thomas Weißschuh <thomas.weissschuh@linutronix.de>
Diffstat (limited to 'bash-completion')
-rw-r--r--bash-completion/blkid2
1 files changed, 1 insertions, 1 deletions
diff --git a/bash-completion/blkid b/bash-completion/blkid
index 74de34284c..581a90d3d2 100644
--- a/bash-completion/blkid
+++ b/bash-completion/blkid
@@ -13,7 +13,7 @@ _blkid_module()
return 0
;;
'-o'|'--output')
- COMPREPLY=( $(compgen -W "value device export full" -- $cur) )
+ COMPREPLY=( $(compgen -W "value device export full json" -- $cur) )
return 0
;;
'-s'|'--match-tag')