We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 448c5e0 commit 7cc52b1Copy full SHA for 7cc52b1
cmd/kosli/detachPolicy.go
@@ -32,7 +32,7 @@ func newDetachPolicyCmd(out io.Writer) *cobra.Command {
32
cmd := &cobra.Command{
33
Use: "detach-policy POLICY-NAME",
34
Short: detachPolicyShortDesc,
35
- Long: detachPolicyShortDesc,
+ Long: detachPolicyLongDesc,
36
Example: detachPolicyExample,
37
Args: cobra.ExactArgs(1),
38
PreRunE: func(cmd *cobra.Command, args []string) error {
0 commit comments