diff --git a/cmd/commands/remove-everything/remove-everything.go b/cmd/commands/remove-everything/remove-everything.go index f484ee2..6e46034 100644 --- a/cmd/commands/remove-everything/remove-everything.go +++ b/cmd/commands/remove-everything/remove-everything.go @@ -18,7 +18,7 @@ import ( // Command config var Command = &cobra.Command{ Use: "remove-everything", - Short: "removes everything related to the eclectica", + Short: "removes everything related to eclectica", Run: run, } diff --git a/cmd/commands/rm/rm.go b/cmd/commands/rm/rm.go index 8b341f9..7ee0dde 100644 --- a/cmd/commands/rm/rm.go +++ b/cmd/commands/rm/rm.go @@ -21,13 +21,13 @@ var Command = &cobra.Command{ // Command example var example = ` - Install specifc version + Remove specifc version $ ec rm rust@1.11.0 - Remove language version with interactive list + Remove language version via interactive list $ ec rm go - Remove with interactive list + Remove via interactive list $ ec rm` // Runner diff --git a/cmd/commands/templates.go b/cmd/commands/templates.go index 952980d..ff7823f 100644 --- a/cmd/commands/templates.go +++ b/cmd/commands/templates.go @@ -2,13 +2,13 @@ package commands // Command example for install command const example = ` - Install specifc version + Install specifc, say, node version $ ec node@6.4.0 - Choose local version with interactive list + Or choose from already installed Go versions $ ec go - Choose remote version with interactive list + Same way to choose, plus install available Rust versions $ ec -r rust` // Help output diff --git a/cmd/commands/version/verison.go b/cmd/commands/version/verison.go index caa31dd..65f9aed 100644 --- a/cmd/commands/version/verison.go +++ b/cmd/commands/version/verison.go @@ -10,7 +10,7 @@ import ( // Command config var Command = &cobra.Command{ Use: "version", - Short: "print version of Eclectica", + Short: "print version of eclectica", Run: run, } diff --git a/readme.md b/readme.md index 15290ee..b9efa84 100644 --- a/readme.md +++ b/readme.md @@ -16,12 +16,50 @@