Bug 1556963
| Summary: | "oc login --help" formatting issue | ||
|---|---|---|---|
| Product: | OpenShift Container Platform | Reporter: | Thom Carlin <tcarlin> |
| Component: | oc | Assignee: | Maciej Szulik <maszulik> |
| Status: | CLOSED ERRATA | QA Contact: | Xingxing Xia <xxia> |
| Severity: | low | Docs Contact: | |
| Priority: | low | ||
| Version: | 3.7.1 | CC: | aos-bugs, jokerman, jroberts, mmccomas |
| Target Milestone: | --- | ||
| Target Release: | 4.1.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | No Doc Update | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2019-07-04 09:01:22 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: | |
| Embargoed: | |||
| Bug Depends On: | |||
| Bug Blocks: | 1724792 | ||
Verified in oc v4.1.4-201906261555 Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2019:1635 |
Description of problem: The options displayed by "oc login --help" is missing a newline Version-Release number of selected component (if applicable): atomic-openshift-clients-3.7.23-1.git.0.8edc154.el7.x86_64 How reproducible: 100% Steps to Reproduce: 1. oc login --help Actual results: [...] Options: -p, --password='': Password, will prompt if not provided -u, --username='': Username, will prompt if not provided --certificate-authority='': Path to a cert file for the certificate authority --insecure-skip-tls-verify=false: If true, the server's certificate will not be checked for validity. This will make your HTTPS connections insecure --token='': Bearer token for authentication to the API server [...] Expected results: [...] Options: -p, --password='': Password, will prompt if not provided -u, --username='': Username, will prompt if not provided --certificate-authority='': Path to a cert file for the certificate authority --insecure-skip-tls-verify=false: If true, the server's certificate will not be checked for validity. This will make your HTTPS connections insecure --token='': Bearer token for authentication to the API server [...] Additional info: Also see: man oc-login