Skip to content

Commit e556625

Browse files
Corrected short description of installCommand (#642)
Changed the short description from "Installs one of more [...]" to "Installs one or more [...]", thus matching the long one.
1 parent 4096f52 commit e556625

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/lib/install.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ import (
3232
func initInstallCommand() *cobra.Command {
3333
installCommand := &cobra.Command{
3434
Use: "install LIBRARY[@VERSION_NUMBER](S)",
35-
Short: "Installs one of more specified libraries into the system.",
35+
Short: "Installs one or more specified libraries into the system.",
3636
Long: "Installs one or more specified libraries into the system.",
3737
Example: "" +
3838
" " + os.Args[0] + " lib install AudioZero # for the latest version.\n" +

0 commit comments

Comments
 (0)