1
0
mirror of https://github.com/altlinux/gpupdate.git synced 2025-01-08 09:17:38 +03:00

Update autocompletion for gpoa and gpupdate

This commit is contained in:
Valentin Sokolov 2024-06-13 16:51:32 +04:00 committed by Valery Sinelnikov
parent 01f48be853
commit 3d9473f979
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ _gpoa()
return
;;
*)
COMPREPLY=($(compgen -W '--dc --nodomain --noupdate --noplugins --list-backends --loglevel --help -h' -- "$cur"))
COMPREPLY=($(compgen -W '--dc --nodomain --noupdate --noplugins --list-backends --loglevel --help' -- "$cur"))
return
;;
esac

View File

@ -17,7 +17,7 @@ _gpupdate()
return
;;
*)
COMPREPLY=($(compgen -W '-u --user -t --target -l --loglevel -s --system -h --help' -- "$cur"))
COMPREPLY=($(compgen -W '--user --target --loglevel --system --help' -- "$cur"))
return
;;
esac