This commit is contained in:
Josh Kraft 2023-05-03 11:08:32 -06:00
parent 213a59b8bd
commit 1dc54f85fb

View file

@ -32,7 +32,7 @@ func NewCmdDelete(f *cmdutil.Factory, runF func(*DeleteOptions) error) *cobra.Co
}
cmd := &cobra.Command{
Use: "delete [<cache-id>| <cache--key> | --all]",
Use: "delete [<cache-id>| <cache-key> | --all]",
Short: "Delete Github Actions caches",
Long: `
Delete Github Actions caches.