mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-09-01 04:37:50 -04:00
Formatting updates for program CABLOG.
This commit is contained in:
parent
b986c7c81c
commit
f6989c3e6c
@ -11,13 +11,15 @@ program cablog
|
|||||||
|
|
||||||
nargs=iargc()
|
nargs=iargc()
|
||||||
if(nargs.ne.4) then
|
if(nargs.ne.4) then
|
||||||
print*,"Program cablog converts the file 'wsjtx.log' to a bare-bones"
|
print*,"Program cablog converts file 'wsjtx.log' written by WSJT-X"
|
||||||
print*,"Cabrillo log for the ARRL International EME Contest. You will"
|
print*,"(or wsjt.log written by MAP65) to a bare-bones Cabrillo"
|
||||||
|
print*,"log for the ARRL International EME Contest. You will"
|
||||||
print*,"certainly need to edit the header information, and you may"
|
print*,"certainly need to edit the header information, and you may"
|
||||||
print*,"edit the log elsewhere as required."
|
print*,"edit the log elsewhere as required."
|
||||||
print*,' '
|
print*,' '
|
||||||
print*,'Usage: cablog <MyCall> <sent> <rcvd> <infile>'
|
print*,'Usage: cablog <MyCall> <sent> <rcvd> <infile>'
|
||||||
print*,'Example: cablog W2ZQ -15 -16 wsjtx.log'
|
print*,'Examples: cablog W2ZQ -15 -16 wsjtx.log'
|
||||||
|
print*,' cablog W2ZQ O O wsjt.log'
|
||||||
go to 999
|
go to 999
|
||||||
endif
|
endif
|
||||||
call getarg(1,mycall)
|
call getarg(1,mycall)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user