We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4096f52 commit e556625Copy full SHA for e556625
cli/lib/install.go
@@ -32,7 +32,7 @@ import (
32
func initInstallCommand() *cobra.Command {
33
installCommand := &cobra.Command{
34
Use: "install LIBRARY[@VERSION_NUMBER](S)",
35
- Short: "Installs one of more specified libraries into the system.",
+ Short: "Installs one or more specified libraries into the system.",
36
Long: "Installs one or more specified libraries into the system.",
37
Example: "" +
38
" " + os.Args[0] + " lib install AudioZero # for the latest version.\n" +
0 commit comments