diff --git a/cli/lib/install.go b/cli/lib/install.go index 5ceacc8bfa5..bf35269eadb 100644 --- a/cli/lib/install.go +++ b/cli/lib/install.go @@ -32,7 +32,7 @@ import ( func initInstallCommand() *cobra.Command { installCommand := &cobra.Command{ Use: "install LIBRARY[@VERSION_NUMBER](S)", - Short: "Installs one of more specified libraries into the system.", + Short: "Installs one or more specified libraries into the system.", Long: "Installs one or more specified libraries into the system.", Example: "" + " " + os.Args[0] + " lib install AudioZero # for the latest version.\n" +