Finisg commiting the removal of [-c grid] from ft4code.f90 and ft8code.f90.

This commit is contained in:
Joe Taylor 2024-08-14 12:47:43 -04:00
parent d1d0d8a0d0
commit 3efa42cb65
2 changed files with 4 additions and 4 deletions

View File

@ -26,8 +26,8 @@ program ft4code
'LDPC(174,91) encoding,'
print*,'bit and symbol ordering, and other details of the FT4 protocol.'
print*
print*,'Usage: ft4code [-c grid] "message" # Results for specified message'
print*,' ft4code -t # Examples of all message types'
print*,'Usage: ft4code "message" # Results for specified message'
print*,' ft4code -t # Examples of all message types'
go to 999
endif

View File

@ -24,8 +24,8 @@ program ft8code
print*,'bit and symbol ordering, and other details of the FT8 protocol.'
print*
print*,'Usage: ft8code "message" # Results for specified message'
print*,' ft8code -T # Examples of all message types'
print*,' ft8code -t # Short format examples'
print*,' ft8code -T # Examples of all message types'
print*,' ft8code -t # Short format examples'
go to 999
endif