Improve some random feedback messages

Also clean up a couple random comments.
This commit is contained in:
Anthony Fok
2015-12-16 20:41:33 -07:00
parent 9c39593dee
commit 3574304c68
4 changed files with 8 additions and 7 deletions

View File

@@ -11,8 +11,8 @@
// See the License for the specific language governing permissions and
// limitations under the License.
//Package commands defines and implements command-line commands and flags used by Hugo. Commands and flags are implemented using
//cobra.
// Package commands defines and implements command-line commands and flags
// used by Hugo. Commands and flags are implemented using Cobra.
package commands
import (