Unverified Commit e5566259 authored by Micael Jarniac's avatar Micael Jarniac Committed by GitHub

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.
parent 4096f524
...@@ -32,7 +32,7 @@ import ( ...@@ -32,7 +32,7 @@ import (
func initInstallCommand() *cobra.Command { func initInstallCommand() *cobra.Command {
installCommand := &cobra.Command{ installCommand := &cobra.Command{
Use: "install LIBRARY[@VERSION_NUMBER](S)", 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.", Long: "Installs one or more specified libraries into the system.",
Example: "" + Example: "" +
" " + os.Args[0] + " lib install AudioZero # for the latest version.\n" + " " + os.Args[0] + " lib install AudioZero # for the latest version.\n" +
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment