Skip to content

Commit

Permalink
Modify usage for -e
Browse files Browse the repository at this point in the history
  • Loading branch information
hymkor committed Jul 6, 2024
1 parent 2d2d037 commit c285fd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ var (
)

var (
eOption = flag.String("e", "", "execute string")
eOption = flag.String("e", "", "execute `code`")
colorOption = flag.String("color", "always", "colorize the output; 'always', 'auto', or 'never'")
noLogoOption = flag.Bool("nologo", false, "do not show logo")
compileOption = flag.String("compile", "", "make `new-executable` including a script. This does not execute the script immediately")
Expand Down

0 comments on commit c285fd7

Please sign in to comment.