| Summary: | Some oc commands usage may be misleading due to options put after COMMAND such as oc set probe, oc debug etc | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Dongbo Yan <dyan> |
| Component: | oc | Assignee: | Fabiano Franz <ffranz> |
| Status: | CLOSED DUPLICATE | QA Contact: | Wei Sun <wsun> |
| Severity: | low | Docs Contact: | |
| Priority: | low | ||
| Version: | 3.2.0 | CC: | aos-bugs, jokerman, mmccomas, xxia |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-06-07 06:29:57 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
|
Description
Dongbo Yan
2016-04-27 06:50:06 UTC
oc debug -h also shows: Usage: oc debug RESOURCE/NAME [ENV1=VAL1 ...] [-c CONTAINER] [-- COMMAND] [options] [options] is put after [-- COMMAND]. Though user may fix his bad experience if he knows the meaning of bash "--", it is better to adjust [options] before [-- COMMAND] in help info to avoid possible bad experience. For future new sub command like this, needs avoid it too. *** This bug has been marked as a duplicate of bug 1322665 *** |