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
Fix in https://github.com/openshift/origin/pull/22182
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