Skip to content

Commit

Permalink
fix(docs): fix typo in cli generated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
brandtkeller committed Oct 9, 2024
1 parent aadef48 commit 98dc5bd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/cli-commands/lula_generate.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ Generate a specified compliance artifact template

* [lula](./lula.md) - Risk Management as Code
* [lula generate component](./lula_generate_component.md) - Generate a component definition OSCAL template
* [lula generate profile](./lula_generate_profile.md) - Generate an profile OSCAL template
* [lula generate profile](./lula_generate_profile.md) - Generate a profile OSCAL template

2 changes: 1 addition & 1 deletion docs/cli-commands/lula_generate_profile.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ type: docs
---
## lula generate profile

Generate an profile OSCAL template
Generate a profile OSCAL template

### Synopsis

Expand Down
2 changes: 1 addition & 1 deletion src/cmd/generate/generate.go
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ func GenerateProfileCommand() *cobra.Command {
Use: "profile",
Aliases: []string{"p"},
Args: cobra.MaximumNArgs(1),
Short: "Generate an profile OSCAL template",
Short: "Generate a profile OSCAL template",
Long: profileLong,
Example: profileExample,
RunE: func(cmd *cobra.Command, args []string) error {
Expand Down

0 comments on commit 98dc5bd

Please sign in to comment.