Replace use of "id" in strings with "name"

This commit is contained in:
Clayton Coleman
2014-10-22 14:46:28 -04:00
parent bb77a5d15f
commit 91d9a90e4e
10 changed files with 28 additions and 25 deletions

View File

@@ -50,7 +50,7 @@ Examples:
Run: func(cmd *cobra.Command, args []string) {
// If command line args are passed in, use those preferentially.
if len(args) > 0 && len(args) != 2 {
usageError(cmd, "If passing in command line parameters, must be resource and id")
usageError(cmd, "If passing in command line parameters, must be resource and name")
}
var data []byte