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,7 +26,7 @@ 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*,'Usage: ft4code "message" # Results for specified message'
print*,' ft4code -t # Examples of all message types'
go to 999
endif