Update the "Usage" messages for jt65code and jt9code.

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@4537 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Joe Taylor 2014-10-19 01:31:17 +00:00
parent c6fea4af05
commit d110a5fbcf
2 changed files with 3 additions and 1 deletions

View File

@ -10,7 +10,8 @@ program JT65code
nargs=iargc()
if(nargs.ne.1) then
print*,'Usage: JT65code "message"'
print*,'Usage: jt65code "message"'
print*,' jt65code -t'
go to 999
endif

View File

@ -10,6 +10,7 @@ program jt9code
nargs=iargc()
if(nargs.ne.1) then
print*,'Usage: jt9code "message"'
print*,' jt9code -t'
go to 999
endif