File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -92,7 +92,7 @@ __ocitools_subcommands() {
9292 return 1
9393}
9494
95- # List installed hooks
95+ # List groups
9696__ocitools_groups () {
9797 cat /etc/group | cut -d: -f 1
9898}
@@ -292,6 +292,7 @@ _ocitools_generate() {
292292 --seccomp-arch
293293 --seccomp-syscalls
294294 --selinux-label
295+ --mount-label
295296 --sysctl
296297 --tmpfs
297298 --uid
@@ -348,7 +349,7 @@ _ocitools_generate() {
348349 ;;
349350
350351 --os)
351- COMPREPLY=( $( compgen -W " linux" " windows" -- " $cur " ) )
352+ COMPREPLY=( $( compgen -W " linux windows" -- " $cur " ) )
352353 return
353354 ;;
354355
@@ -373,7 +374,7 @@ _ocitools_generate() {
373374 COMPREPLY=( $( compgen -W ' /' -- " $cur " ) )
374375 __ocitools_nospace
375376 ;;
376- / * )
377+ * )
377378 _filedir
378379 __ocitools_nospace
379380 ;;
@@ -390,8 +391,6 @@ _ocitools_generate() {
390391 ;;
391392 esac
392393
393- __ocitools_complete_log_driver_options && return
394-
395394 case " $cur " in
396395 -* )
397396 COMPREPLY=( $( compgen -W " $all_options " -- " $cur " ) )
You can’t perform that action at this time.
0 commit comments