From d110a5fbcf0fbb75b147b12ed75f1ac427e304b8 Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Sun, 19 Oct 2014 01:31:17 +0000 Subject: [PATCH] Update the "Usage" messages for jt65code and jt9code. git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@4537 ab8295b8-cf94-4d9e-aec4-7959e3be5d79 --- lib/jt65code.f90 | 3 ++- lib/jt9code.f90 | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/lib/jt65code.f90 b/lib/jt65code.f90 index 19a0c937e..9d528907d 100644 --- a/lib/jt65code.f90 +++ b/lib/jt65code.f90 @@ -10,7 +10,8 @@ program JT65code nargs=iargc() if(nargs.ne.1) then - print*,'Usage: JT65code "message"' + print*,'Usage: jt65code "message"' + print*,' jt65code -t' go to 999 endif diff --git a/lib/jt9code.f90 b/lib/jt9code.f90 index ec2c128ae..4a1f1fba0 100644 --- a/lib/jt9code.f90 +++ b/lib/jt9code.f90 @@ -10,6 +10,7 @@ program jt9code nargs=iargc() if(nargs.ne.1) then print*,'Usage: jt9code "message"' + print*,' jt9code -t' go to 999 endif