mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-10-31 23:57:10 -04:00
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:
parent
44fe8b02a2
commit
c3258d9e3e
@ -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
|
||||
|
||||
|
@ -10,6 +10,7 @@ program jt9code
|
||||
nargs=iargc()
|
||||
if(nargs.ne.1) then
|
||||
print*,'Usage: jt9code "message"'
|
||||
print*,' jt9code -t'
|
||||
go to 999
|
||||
endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user