Skip to content

Commit

Permalink
small update to help command
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewwinters5000 committed Apr 5, 2024
1 parent df53ce7 commit fa5fbf7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion utils/trixisw-format-file.jl
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ using JuliaFormatter: format_file
function main()
# Show help
if "-h" in ARGS || "--help" in ARGS
println("usage: trixi-format.jl PATH [PATH...]")
println("usage: trixisw-format.jl PATH [PATH...]")
println()
println("positional arguments:")
println()
Expand Down
2 changes: 1 addition & 1 deletion utils/trixisw-format.jl
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ using JuliaFormatter: format
function main()
# Show help
if "-h" in ARGS || "--help" in ARGS
println("usage: trixi-format.jl PATH [PATH...]")
println("usage: trixisw-format.jl PATH [PATH...]")
println()
println("positional arguments:")
println()
Expand Down

0 comments on commit fa5fbf7

Please sign in to comment.