no space in usage placeholder

This commit is contained in:
vilmibm 2020-12-10 13:23:35 -08:00
parent 4e8a680575
commit 408d5c6d96
2 changed files with 2 additions and 2 deletions

View file

@ -28,7 +28,7 @@ func NewCmdRemove(f *cmdutil.Factory, runF func(*RemoveOptions) error) *cobra.Co
}
cmd := &cobra.Command{
Use: "remove <secret name>",
Use: "remove <secret-name>",
Short: "Remove an organization or repository secret",
Args: cobra.ExactArgs(1),
RunE: func(cmd *cobra.Command, args []string) error {

View file

@ -41,7 +41,7 @@ func NewCmdSet(f *cmdutil.Factory, runF func(*SetOptions) error) *cobra.Command
}
cmd := &cobra.Command{
Use: "set <secret name>",
Use: "set <secret-name>",
Short: "Create or update secrets",
Long: "Locally encrypt a new or updated secret at either the repository or organization level and send it to GitHub for storage.",
Example: heredoc.Doc(`