From d82949c54ec8586b8e975da989e20ded0293cd8d Mon Sep 17 00:00:00 2001 From: Joe Taylor Date: Thu, 13 Sep 2018 09:50:34 -0400 Subject: [PATCH] Correct the display of usage examples. --- lib/ft8/ft8sim2.f90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ft8/ft8sim2.f90 b/lib/ft8/ft8sim2.f90 index fddf234aa..d45d9167d 100644 --- a/lib/ft8/ft8sim2.f90 +++ b/lib/ft8/ft8sim2.f90 @@ -23,7 +23,7 @@ program ft8sim2 if(nargs.ne.8) then print*,'Usage: ft8sim2 "message" f0 DT fdop del width nfiles snr' print*,'Examples: ft8sim2 "K1ABC W9XYZ EN37" 1500.0 0.0 0.1 1.0 0 10 -18' - print*,'Examples: ft8sim2 "WA9XYZ/R KA1ABC/R FN42" 1500.0 0.0 0.1 1.0 0 10 -18' + print*,' ft8sim2 "WA9XYZ/R KA1ABC/R FN42" 1500.0 0.0 0.1 1.0 0 10 -18' print*,' ft8sim2 "K1ABC RR73; W9XYZ -11" 300 0 0 0 25 1 -10' go to 999 endif