Skip to content

Commit

Permalink
docs: Fix help message for ok pkg install (#186)
Browse files Browse the repository at this point in the history
  • Loading branch information
leiacf authored Aug 19, 2024
1 parent 21cd353 commit 1ef232e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/pkg/install.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ If one or more output folders are specified, the command installs only the packa
Set the environment variable BASE_URL to specify where package templates are downloaded from.
`,
Example: `ok install networking
ok install networking my-app
Example: `ok pkg install networking
ok pkg install networking my-app
BASE_URL=../boilerplate/terraform ok install networking my-app
`,
SilenceErrors: true,
Expand Down

0 comments on commit 1ef232e

Please sign in to comment.