Skip to content

Commit a1dfd9b

Browse files
committed
Update Command abstracts.
Signed-off-by: Ross Goldberg <[email protected]>
1 parent 939e546 commit a1dfd9b

File tree

9 files changed

+16
-16
lines changed

9 files changed

+16
-16
lines changed

Sources/mas/Commands/Home.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ extension MAS {
1717
/// https://performance-partners.apple.com/search-api
1818
struct Home: AsyncParsableCommand {
1919
static let configuration = CommandConfiguration(
20-
abstract: "Open app's Mac App Store web page in the default web browser"
20+
abstract: "Open Mac App Store app pages in the default web browser"
2121
)
2222

2323
@OptionGroup

Sources/mas/Commands/Install.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ extension MAS {
1212
/// Installs previously purchased apps from the Mac App Store.
1313
struct Install: AsyncParsableCommand {
1414
static let configuration = CommandConfiguration(
15-
abstract: "Install previously purchased app(s) from the Mac App Store"
15+
abstract: "Install previously purchased apps from the Mac App Store"
1616
)
1717

1818
@OptionGroup

Sources/mas/Commands/List.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ extension MAS {
1212
/// Lists all apps installed from the Mac App Store.
1313
struct List: AsyncParsableCommand {
1414
static let configuration = CommandConfiguration(
15-
abstract: "List apps installed from the Mac App Store"
15+
abstract: "List all apps installed from the Mac App Store"
1616
)
1717

1818
/// Runs the command.

Sources/mas/Commands/Purchase.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ extension MAS {
1212
/// "Purchases" & installs free apps from the Mac App Store.
1313
struct Purchase: AsyncParsableCommand {
1414
static let configuration = CommandConfiguration(
15-
abstract: "\"Purchase\" and install free apps from the Mac App Store"
15+
abstract: "\"Purchase\" & install free apps from the Mac App Store"
1616
)
1717

1818
@OptionGroup

Sources/mas/Commands/Search.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ extension MAS {
1616
/// https://performance-partners.apple.com/search-api
1717
struct Search: AsyncParsableCommand {
1818
static let configuration = CommandConfiguration(
19-
abstract: "Search for apps from the Mac App Store"
19+
abstract: "Search for apps in the Mac App Store"
2020
)
2121

2222
@Flag(help: "Display the price of each app")

Sources/mas/Commands/Uninstall.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ extension MAS {
1313
/// Uninstalls apps installed from the Mac App Store.
1414
struct Uninstall: AsyncParsableCommand {
1515
static let configuration = CommandConfiguration(
16-
abstract: "Uninstall app installed from the Mac App Store"
16+
abstract: "Uninstall apps installed from the Mac App Store"
1717
)
1818

1919
/// Flag indicating that removal shouldn't be performed.

Sources/mas/Commands/Upgrade.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ extension MAS {
1212
/// Upgrades outdated apps installed from the Mac App Store.
1313
struct Upgrade: AsyncParsableCommand {
1414
static let configuration = CommandConfiguration(
15-
abstract: "Upgrade outdated app(s) installed from the Mac App Store"
15+
abstract: "Upgrade outdated apps installed from the Mac App Store"
1616
)
1717

1818
@OptionGroup

Sources/mas/Commands/Vendor.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ extension MAS {
1717
/// https://performance-partners.apple.com/search-api
1818
struct Vendor: AsyncParsableCommand {
1919
static let configuration = CommandConfiguration(
20-
abstract: "Open vendor's app web page in the default web browser"
20+
abstract: "Open apps' vendor pages in the default web browser"
2121
)
2222

2323
@OptionGroup

contrib/completion/mas.fish

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -31,18 +31,18 @@ complete -c mas -n "__fish_seen_subcommand_from config" -l markdown -d "Output a
3131
complete -c mas -n "__fish_use_subcommand" -f -a help -d "Display general or command-specific help"
3232
complete -c mas -n "__fish_seen_subcommand_from help" -xa "help"
3333
### home
34-
complete -c mas -n "__fish_use_subcommand" -f -a home -d "Open app's Mac App Store web page in the default web browser"
34+
complete -c mas -n "__fish_use_subcommand" -f -a home -d "Open Mac App Store app pages in the default web browser"
3535
complete -c mas -n "__fish_seen_subcommand_from help" -xa "home"
3636
complete -c mas -n "__fish_seen_subcommand_from home info install open purchase vendor" -xa "(__fish_mas_list_available)"
3737
### info
3838
complete -c mas -n "__fish_use_subcommand" -f -a info -d "Display app information from the Mac App Store"
3939
complete -c mas -n "__fish_seen_subcommand_from help" -xa "info"
4040
### install
41-
complete -c mas -n "__fish_use_subcommand" -f -a install -d "Install previously purchased app(s) from the Mac App Store"
41+
complete -c mas -n "__fish_use_subcommand" -f -a install -d "Install previously purchased apps from the Mac App Store"
4242
complete -c mas -n "__fish_seen_subcommand_from help" -xa "install"
4343
complete -c mas -n "__fish_seen_subcommand_from install lucky" -l force -d "Force reinstall"
4444
### list
45-
complete -c mas -n "__fish_use_subcommand" -f -a list -d "List apps installed from the Mac App Store"
45+
complete -c mas -n "__fish_use_subcommand" -f -a list -d "List all apps installed from the Mac App Store"
4646
complete -c mas -n "__fish_seen_subcommand_from help" -xa "list"
4747
### lucky
4848
complete -c mas -n "__fish_use_subcommand" -f -a lucky -d "Install the first app returned from searching the Mac App Store (app must have been previously purchased)"
@@ -55,7 +55,7 @@ complete -c mas -n "__fish_use_subcommand" -f -a outdated -d "List pending app u
5555
complete -c mas -n "__fish_seen_subcommand_from help" -xa "outdated"
5656
complete -c mas -n "__fish_seen_subcommand_from outdated" -l verbose -d "Display warnings about app IDs unknown to the Mac App Store"
5757
### purchase
58-
complete -c mas -n "__fish_use_subcommand" -f -a purchase -d "\"Purchase\" and install free apps from the Mac App Store"
58+
complete -c mas -n "__fish_use_subcommand" -f -a purchase -d "\"Purchase\" & install free apps from the Mac App Store"
5959
complete -c mas -n "__fish_seen_subcommand_from help" -xa "purchase"
6060
### region
6161
complete -c mas -n "__fish_use_subcommand" -f -a region -d "Display the region of the Mac App Store"
@@ -65,7 +65,7 @@ complete -c mas -n "__fish_use_subcommand" -f -a reset -d "Reset Mac App Store r
6565
complete -c mas -n "__fish_seen_subcommand_from help" -xa "reset"
6666
complete -c mas -n "__fish_seen_subcommand_from reset" -l debug -d "Output debug information"
6767
### search
68-
complete -c mas -n "__fish_use_subcommand" -f -a search -d "Search for apps from the Mac App Store"
68+
complete -c mas -n "__fish_use_subcommand" -f -a search -d "Search for apps in the Mac App Store"
6969
complete -c mas -n "__fish_seen_subcommand_from help" -xa "search"
7070
complete -c mas -n "__fish_seen_subcommand_from search" -l price -d "Display the price of each app"
7171
### signin
@@ -76,16 +76,16 @@ complete -c mas -n "__fish_seen_subcommand_from signin" -l dialog -d "Provide pa
7676
complete -c mas -n "__fish_use_subcommand" -f -a signout -d "Sign out of the Apple Account currently signed in to the Mac App Store"
7777
complete -c mas -n "__fish_seen_subcommand_from help" -xa "signout"
7878
### uninstall
79-
complete -c mas -n "__fish_use_subcommand" -f -a uninstall -d "Uninstall app installed from the Mac App Store"
79+
complete -c mas -n "__fish_use_subcommand" -f -a uninstall -d "Uninstall apps installed from the Mac App Store"
8080
complete -c mas -n "__fish_seen_subcommand_from help" -xa "uninstall"
8181
complete -c mas -n "__fish_seen_subcommand_from uninstall" -l dry-run -d "Perform dry run"
8282
complete -c mas -n "__fish_seen_subcommand_from uninstall" -x -a "(__fish_mas_list_installed)"
8383
### upgrade
84-
complete -c mas -n "__fish_use_subcommand" -f -a upgrade -d "Upgrade outdated app(s) from the Mac App Store"
84+
complete -c mas -n "__fish_use_subcommand" -f -a upgrade -d "Upgrade outdated apps installed from the Mac App Store"
8585
complete -c mas -n "__fish_seen_subcommand_from help" -xa "upgrade"
8686
complete -c mas -n "__fish_seen_subcommand_from upgrade" -x -a "(__fish_mas_outdated_installed)"
8787
### vendor
88-
complete -c mas -n "__fish_use_subcommand" -f -a vendor -d "Open vendor's app web page in the default web browser"
88+
complete -c mas -n "__fish_use_subcommand" -f -a vendor -d "Open apps' vendor pages in the default web browser"
8989
complete -c mas -n "__fish_seen_subcommand_from help" -xa "vendor"
9090
### version
9191
complete -c mas -n "__fish_use_subcommand" -f -a version -d "Display version number"

0 commit comments

Comments
 (0)