ft4sim: cosmetic tweak

This commit is contained in:
Steven Franke 2020-04-15 13:36:34 -05:00
parent c54f3b7e83
commit 49a7fbbd59
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ program ft4sim
! Get command-line argument(s)
nargs=iargc()
if(nargs.ne.7) then
print*,'Usage: ft4sim "message" f0 DT fdop del nfiles snr'
print*,'Usage: ft4sim "message" f0 DT fdop del nfiles snr'
print*,'Examples: ft4sim "CQ W9XYZ EN37" 1500 0.0 0.1 1.0 10 -15'
print*,' ft4sim "K1ABC W9XYZ R 539 WI" 1500 0.0 0.1 1.0 10 -15'
go to 999