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

Commit

Permalink
Updated usage message to be more accurate.
Browse files Browse the repository at this point in the history
  • Loading branch information
daminton committed Jun 8, 2023
1 parent afb2c9f commit 1bd3846
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/base/base_module.f90
Original file line number Diff line number Diff line change
Expand Up @@ -600,8 +600,8 @@ subroutine base_util_exit(code)
character(*), parameter :: BAR = '("------------------------------------------------")'
character(*), parameter :: SUCCESS_MSG = '(/, "Normal termination of Swiftest (version ", f3.1, ")")'
character(*), parameter :: FAIL_MSG = '(/, "Terminating Swiftest (version ", f3.1, ") due to error!!")'
character(*), parameter :: USAGE_MSG = '("Usage: swiftest [bs|helio|ra15|rmvs|symba|tu4|whm] <paramfile> ' // &
'[standard|compact|progress|NONE]")'
character(*), parameter :: USAGE_MSG = '("Usage: swiftest <whm|helio|rmvs|symba> <paramfile> ' // &
'[{standard}|compact|progress]")'
character(*), parameter :: HELP_MSG = USAGE_MSG

select case(code)
Expand Down

0 comments on commit 1bd3846

Please sign in to comment.