We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 963d740 commit a9e1dd8Copy full SHA for a9e1dd8
internal/cmd/beta/security-group-rule/list/list.go
@@ -37,7 +37,7 @@ func NewCmd(p *print.Printer) *cobra.Command {
37
cmd := &cobra.Command{
38
Use: "list",
39
Short: "Lists all security group rules in a security group of a project",
40
- Long: "Lists all security group rules in a security group of a project",
+ Long: "Lists all security group rules in a security group of a project.",
41
Args: args.NoArgs,
42
Example: examples.Build(
43
examples.NewExample(
0 commit comments