mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-13 11:25:19 +00:00
expose: Better error formatting and generic flag message
Re error formatting: $ osc expose svc frontend --port=5432 --generator='service/v2' --name=test Before: error: generator %!!(MISSING)q(<nil>) not found. see 'osc expose -h' for help. Now: error: generator "services/v2" not found. see 'openshift cli expose -h' for help.
This commit is contained in:
@@ -48,7 +48,7 @@ re\-use the labels from the resource it exposes.
|
||||
|
||||
.PP
|
||||
\fB\-\-name\fP=""
|
||||
The name for the newly created service.
|
||||
The name for the newly created object.
|
||||
|
||||
.PP
|
||||
\fB\-\-no\-headers\fP=false
|
||||
|
||||
Reference in New Issue
Block a user