We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ad274a commit a9768a0Copy full SHA for a9768a0
completion/zsh/_genfstab
@@ -3,8 +3,10 @@
3
local -a args=(
4
'(-h --help)'{-h,--help}'[display help]'
5
'-p[Avoid printing pseudofs mounts]'
6
- '(-U)-L[Use labels for source identifiers]'
7
- '(-L)-U[Use UUIDs for source identifiers]'
+ '-f[Restrict output to mountpoints matching the prefix FILTER]'
+ '(-U -L)-t[Use TAG for source identifiers]:tag:(LABEL UUID PARTLABEL PARTUUID)'
8
+ '(-U -t)-L[Use labels for source identifiers]'
9
+ '(-L -t)-U[Use UUIDs for source identifiers]'
10
':*:_path_files -/'
11
)
12
0 commit comments