Skip to content

Commit

Permalink
Fix help text
Browse files Browse the repository at this point in the history
Signed-off-by: Daniel González Lopes <[email protected]>
  • Loading branch information
dgzlopes committed Jan 3, 2025
1 parent b1af40f commit b3e99b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/new.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ func getCmdNewScript(gs *state.GlobalState) *cobra.Command {

initCmd := &cobra.Command{
Use: "new [file]",
Short: "Create a new k6 script",
Long: `Create a new k6 script using one of the predefined templates.
Short: "Create and initialize a new k6 script",
Long: `Create and initialize a new k6 script using one of the predefined templates.
By default, the script will be named script.js unless a different name is specified.`,
Example: exampleText,
Expand Down

0 comments on commit b3e99b8

Please sign in to comment.