Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix indentation in help of leaf commands (#612)
In the help output, the usage line of leaf commands was not indented as non-leaf commands. Before this commit: ``` ~/bin/tanzu.v1.0.0 context list -h List contexts Usage: tanzu context list [flags] [...] ``` After the commit: ``` $ tz context list -h List contexts Usage: tanzu context list [flags] [...] ``` Signed-off-by: Marc Khouzam <[email protected]>
- Loading branch information