Description of problem: the output for 'oc options' does not line up correctly with the rest of the help text Version-Release number of selected component (if applicable): oc v1.1.3-232-gf39a5a8 kubernetes v1.2.0-alpha.7-703-gbc4550d How reproducible: always Steps to Reproduce: 1. oc options 2. 3. Actual results: The following options can be passed to any command: --api-version='': The API version to use when talking to the server --certificate-authority='': Path to a cert. file for the certificate authority. --client-certificate='': Path to a client certificate file for TLS. --client-key='': Path to a client key file for TLS. --cluster='': The name of the kubeconfig cluster to use --config='': Path to the config file to use for CLI requests. --context='': The name of the kubeconfig context to use --insecure-skip-tls-verify=false: If true, the server's certificate will not be checked for validity. This will make your HTTPS connections insecure. --log-flush-frequency=5s: Maximum number of seconds between log flushes --loglevel=0: Set the level of log output (0-5) --match-server-version=false: Require server version to match client version -n, --namespace='': If present, the namespace scope for this CLI request. --server='': The address and port of the Kubernetes API server --token='': Bearer token for authentication to the API server. --user='': The name of the kubeconfig user to use Expected results: Additional info:
Not sure I understood, do you mean -n being to the left of the other flags? In that case that's ok, right now it's the only flags with a short form, and the short form of flags is aligned 2 spaces from the left of the screen. Long form seems aligned with the other ones.
The needinfo request[s] on this closed bug have been removed as they have been unresolved for 1000 days