Skip to content

Commit

Permalink
fix doc syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
bthaile committed Nov 22, 2023
1 parent 360ac65 commit 666f705
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/super/flix.go
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ var packageCommand = &command.Command{

var generateCommand = &command.Command{
Cmd: &cobra.Command{
Use: "generate cadence.cdc",
Use: "generate <cadence.cdc>",
Short: "generate FLIX json template given local Cadence filename",
Example: "flow flix generate multiply.cdc",
Args: cobra.MinimumNArgs(1),
Expand Down

0 comments on commit 666f705

Please sign in to comment.