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.
2 parents d8deaca + 06f05d4 commit c8accb6Copy full SHA for c8accb6
1 file changed
Library/Homebrew/cask/utils/quarantine.swift
@@ -10,8 +10,8 @@ struct SwiftErr: TextOutputStream {
10
}
11
12
13
-// TODO: tell which arguments have to be provided
14
guard CommandLine.arguments.count >= 4 else {
+ print("Usage: swift quarantine.swift <download-path> <download-url> <homepage-url>")
15
exit(2)
16
17
0 commit comments