Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
admercs committed Jan 9, 2024
1 parent ea4d563 commit 9923d22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ function main()
haskey(args, "number") && println("The number: ", get(args, "number"))

# we can override the usage statement with our own
args.usage::String = "\nUsage: main.jl [--input <PATH>] [--verbose] [--problem] [--help]"
args.usage::String = usage
help(args, color="cyan")

# use `set` to override command-line argument values
Expand Down

0 comments on commit 9923d22

Please sign in to comment.