We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f34be82 commit 0f5097bCopy full SHA for 0f5097b
1 file changed
libexec/scoop-update.ps1
@@ -28,7 +28,7 @@
28
29
reset_aliases
30
31
-$opt, $apps, $err = getopt $args 'gfiksqa:' 'global', 'force', 'independent', 'no-cache', 'skip', 'quiet', 'all'
+$opt, $apps, $err = getopt $args 'gfiksqa' 'global', 'force', 'independent', 'no-cache', 'skip', 'quiet', 'all'
32
if ($err) { "scoop update: $err"; exit 1 }
33
$global = $opt.g -or $opt.global
34
$force = $opt.f -or $opt.force
0 commit comments