Sure, or I could fax it to you if you like.

The patch is attached.
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 219fd2e3d..53371ff44 100644
--- a/lib/ft8/ft8code.f90
+++ b/lib/ft8/ft8code.f90
@@ -23,9 +23,9 @@ program ft8code
           'LDPC(174,91) encoding,'
      print*,'bit and symbol ordering, and other details of the FT8 protocol.'
      print*
-     print*,'Usage: ft8code [-c grid] "message"  # Results for specified 
message'
-     print*,'       ft8code -T                   # Examples of all message 
types'
-     print*,'       ft8code -t                   # Short format examples'
+     print*,'Usage: ft8code "message"  # Results for specified message'
+     print*,'       ft8code -T         # Examples of all message types'
+     print*,'       ft8code -t         # Short format examples'
      go to 999
   endif
 
_______________________________________________
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel

Reply via email to