Skip to content

Commit c8accb6

Browse files
authored
Merge pull request #22375 from Homebrew/cask-quarantine-usage
Show quarantine script usage
2 parents d8deaca + 06f05d4 commit c8accb6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Library/Homebrew/cask/utils/quarantine.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ struct SwiftErr: TextOutputStream {
1010
}
1111
}
1212

13-
// TODO: tell which arguments have to be provided
1413
guard CommandLine.arguments.count >= 4 else {
14+
print("Usage: swift quarantine.swift <download-path> <download-url> <homepage-url>")
1515
exit(2)
1616
}
1717

0 commit comments

Comments
 (0)