Skip to content

Commit

Permalink
Remove words
Browse files Browse the repository at this point in the history
  • Loading branch information
tulir committed Mar 29, 2024
1 parent 2c1d2e7 commit e5f0ce7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/bbctl/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ var askParams = map[string]func(string, map[string]string) (bool, error){
Description: simpleDescriptions(map[string]string{
"mac": "Use AppleScript to send messages and read chat.db for incoming data - only requires Full Disk Access (from system settings)",
"mac-nosip": "Use Barcelona to interact with private APIs - requires disabling SIP and AMFI",
"bluebubbles": "Work in progress - Connect to a BlueBubbles instance",
"bluebubbles": "Connect to a BlueBubbles instance",
}),
Default: "mac",
}, &platform)
Expand Down

0 comments on commit e5f0ce7

Please sign in to comment.