mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-16 06:32:32 +00:00
Replace use of "id" in strings with "name"
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user