From f6989c3e6c498d04c205ee7c661dd0d11aa86723 Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Fri, 1 Dec 2023 09:35:53 -0500 Subject: [PATCH] Formatting updates for program CABLOG. --- lib/cablog.f90 | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/lib/cablog.f90 b/lib/cablog.f90 index a6ba28859..e27fa8f30 100644 --- a/lib/cablog.f90 +++ b/lib/cablog.f90 @@ -11,13 +11,15 @@ program cablog nargs=iargc() if(nargs.ne.4) then - print*,"Program cablog converts the file 'wsjtx.log' to a bare-bones" - print*,"Cabrillo log for the ARRL International EME Contest. You will" + print*,"Program cablog converts file 'wsjtx.log' written by WSJT-X" + 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*,"edit the log elsewhere as required." print*,' ' - print*,'Usage: cablog ' - print*,'Example: cablog W2ZQ -15 -16 wsjtx.log' + print*,'Usage: cablog ' + print*,'Examples: cablog W2ZQ -15 -16 wsjtx.log' + print*,' cablog W2ZQ O O wsjt.log' go to 999 endif call getarg(1,mycall)