diff --git a/cli/README.md b/cli/README.md index b60a8681..2f98a324 100644 --- a/cli/README.md +++ b/cli/README.md @@ -25,16 +25,7 @@ CLI tool for generating new Gobot projects. USAGE: gobot [global options] command [command options] [arguments...] - VERSION: - 0.12.1 - - COMMANDS: - generate Generate new Gobot adaptors, drivers, and platforms - help, h Shows a list of commands or help for one command - - GLOBAL OPTIONS: - --help, -h show help - --version, -v print the version +... ``` ## License diff --git a/cli/doc.go b/cli/doc.go index 7286262c..7c5ea774 100644 --- a/cli/doc.go +++ b/cli/doc.go @@ -7,16 +7,5 @@ CLI tool for generating new Gobot projects. USAGE: gobot [global options] command [command options] [arguments...] - VERSION: - 0.12.1 - - COMMANDS: - generate Generate new Gobot adaptors, drivers, and platforms - help, h Shows a list of commands or help for one command - - GLOBAL OPTIONS: - --help, -h show help - --version, -v print the version - */ package main diff --git a/cli/generate.go b/cli/generate.go index 1f4b990e..5bcd3798 100644 --- a/cli/generate.go +++ b/cli/generate.go @@ -412,6 +412,6 @@ Explain how to connect to the device here... ## License -Copyright (c) 2015 . Licensed under the license. +Copyright (c) 2016 . Licensed under the license. ` }