From 3efa42cb659a2b8388e50e1369983b2d2ac4536c Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Wed, 14 Aug 2024 12:47:43 -0400 Subject: [PATCH] Finisg commiting the removal of [-c grid] from ft4code.f90 and ft8code.f90. --- lib/ft4/ft4code.f90 | 4 ++-- lib/ft8/ft8code.f90 | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/ft4/ft4code.f90 b/lib/ft4/ft4code.f90 index dae552450..1792d9a26 100644 --- a/lib/ft4/ft4code.f90 +++ b/lib/ft4/ft4code.f90 @@ -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 diff --git a/lib/ft8/ft8code.f90 b/lib/ft8/ft8code.f90 index 5cd6428b8..53371ff44 100644 --- a/lib/ft8/ft8code.f90 +++ b/lib/ft8/ft8code.f90 @@ -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