Skip to content
This repository was archived by the owner on Aug 28, 2024. It is now read-only.

Commit

Permalink
Fixed typo in swiftest_driver usage statement
Browse files Browse the repository at this point in the history
  • Loading branch information
MintoDA1 authored and MintoDA1 committed Aug 9, 2023
1 parent ddde01b commit 9da818d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/base/base_module.f90
Original file line number Diff line number Diff line change
Expand Up @@ -601,7 +601,7 @@ subroutine base_util_exit(code,unit)
character(*), parameter :: BAR = '("---------------------------------------------------")'
character(*), parameter :: SUCCESS_MSG = '(/, "Normal termination of Swiftest (version ", A, ")")'
character(*), parameter :: FAIL_MSG = '(/, "Terminating Swiftest (version ", A, ") due to error!!")'
character(*), parameter :: USAGE_MSG = '("Usage: swiftest <whm|helio|rmvs|symba> <paramfile> ' // &
character(*), parameter :: USAGE_MSG = '("Usage: swiftest_driver <whm|helio|rmvs|symba> <paramfile> ' // &
'[{standard}|compact|progress]")'
character(*), parameter :: HELP_MSG = USAGE_MSG
integer(I4B) :: iu
Expand Down

0 comments on commit 9da818d

Please sign in to comment.