aboutsummaryrefslogtreecommitdiffstats
path: root/bash-completion
diff options
context:
space:
mode:
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')