Jelajahi Sumber

Fix invalid uppercasing in flags

Signed-off-by: Jguer <me@jguer.space>
Jguer 6 tahun lalu
induk
melakukan
89b5a1b798
2 mengubah file dengan 4 tambahan dan 4 penghapusan
  1. 2 2
      cmd.go
  2. 2 2
      completions/fish

+ 2 - 2
cmd.go

@@ -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

+ 2 - 2
completions/fish

@@ -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