Add an @nnnn example to the jt49sim usage message.

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@8645 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Steven Franke 2018-04-29 15:06:57 +00:00
parent 8149fe24be
commit d99129e196

View File

@ -24,6 +24,8 @@ program jt49sim
print *, 'Usage: jt49sim "msg" nA-nE Nsigs fDop DT Nfiles SNR'
print *, 'Example jt49sim "K1ABC W9XYZ EN37" 4G 10 0.2 0.0 1 0'
print *, 'Example jt49sim "K1ABC W9XYZ EN37" 9A 1 0.0 0.0 1 -20'
print *, 'Use msg=@nnnn to generate a tone at nnnn Hz:'
print *, 'Example jt49sim "@1500" 9A 1 10.0 0.0 1 -20'
go to 999
endif
call getarg(1,message)