diff --git a/Sources/mas/Commands/Search.swift b/Sources/mas/Commands/Search.swift index 9fffa227c..dd511c8ec 100644 --- a/Sources/mas/Commands/Search.swift +++ b/Sources/mas/Commands/Search.swift @@ -9,9 +9,8 @@ import ArgumentParser extension MAS { - /// Search the Mac App Store using the iTunes Search API. - /// - /// See - https://performance-partners.apple.com/search-api + /// Search the Mac App Store. Uses the iTunes Search API: + /// https://performance-partners.apple.com/search-api struct Search: ParsableCommand { static let configuration = CommandConfiguration( abstract: "Search for apps from the Mac App Store"