Fix invalid uppercasing in flags

Signed-off-by: Jguer <me@jguer.space>
This commit is contained in:
Jguer 2018-07-01 14:53:48 +01:00
parent 664e9c7808
commit 89b5a1b798
No known key found for this signature in database
GPG key ID: 09754DBECF21746F
2 changed files with 4 additions and 4 deletions

4
cmd.go
View file

@ -96,8 +96,8 @@ Permanent configuration options:
--nopgpfetch Don't prompt to import PGP keys
--useask Automatically resolce conflicts using pacman's ask flag
--nouseask Confirm conflicts manually during the install
--combinedUpgrade Refresh then perform the repo and AUR upgrade together
--nocombinedUpgrade Perform the repo upgrade and AUR upgrade separately
--combinedupgrade Refresh then perform the repo and AUR upgrade together
--nocombinedupgrade Perform the repo upgrade and AUR upgrade separately
--sudoloop Loop sudo calls in the background to avoid timeout
--nosudoloop Do not loop sudo calls in the background

View file

@ -118,8 +118,8 @@ complete -c $progname -n "not $noopt" -l nopgpfetch -d 'Do not prompt to import
# Post V7.887
complete -c $progname -n "not $noopt" -l useask -d 'Automatically resolce conflicts using pacmans ask flag'
complete -c $progname -n "not $noopt" -l nouseask -d 'Confirm conflicts manually during the install'
complete -c $progname -n "not $noopt" -l combinedUpgrade -d 'Refresh then perform the repo and AUR upgrade together'
complete -c $progname -n "not $noopt" -l nocombinedUpgrade -d 'Perform the repo upgrade and AUR upgrade separately'
complete -c $progname -n "not $noopt" -l combinedupgrade -d 'Refresh then perform the repo and AUR upgrade together'
complete -c $progname -n "not $noopt" -l nocombinedupgrade -d 'Perform the repo upgrade and AUR upgrade separately'
# Yay options
complete -c $progname -n $yayspecific -s c -l clean -d 'Remove unneeded dependencies' -f