Skip to content

Commit e105382

Browse files
committed
Hardcode askpass helper message.
Add password cache invalidation button in Settings page.
1 parent 898533b commit e105382

File tree

4 files changed

+16597
-16640
lines changed

4 files changed

+16597
-16640
lines changed

Pearcleaner/Logic/CLI.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ struct PearCLI: ParsableCommand {
371371
)
372372

373373
@Option(name: .long, help: "Message to display")
374-
var message: String = "Enter your password to continue"
374+
var message: String = "Homebrew is requesting your password to perform a privileged action"
375375

376376
func run() throws {
377377
// Check keychain first

0 commit comments

Comments
 (0)