Merge pull request #26977 from joe2far/fix-help-strings

Automatic merge from submit-queue

Make kubectl help strings consistent
This commit is contained in:
k8s-merge-robot
2016-07-07 00:12:22 -07:00
committed by GitHub
26 changed files with 50 additions and 40 deletions

View File

@@ -41,7 +41,7 @@ func NewCmdCreateNamespace(f *cmdutil.Factory, cmdOut io.Writer) *cobra.Command
cmd := &cobra.Command{
Use: "namespace NAME [--dry-run]",
Aliases: []string{"ns"},
Short: "Create a namespace with the specified name.",
Short: "Create a namespace with the specified name",
Long: namespaceLong,
Example: namespaceExample,
Run: func(cmd *cobra.Command, args []string) {