From 079d097fb2ec3d4024271f438c5232195d011f65 Mon Sep 17 00:00:00 2001 From: Eric Coissac Date: Fri, 1 Jun 2007 14:33:04 +0000 Subject: [PATCH] git-svn-id: https://www.grenoble.prabi.fr/svn/LECASofts/ecoPCR/branches/refactoring@20 60f365c0-8329-0410-b2a4-ec073aeeaa1d --- src/ecopcr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ecopcr.c b/src/ecopcr.c index 6dbfcb2..7a2788d 100644 --- a/src/ecopcr.c +++ b/src/ecopcr.c @@ -67,7 +67,7 @@ static void ExitUsage(stat) int stat; { PP "usage: ecoPCR [-1 oligo1] [-2 oligo2] [-l value] [-L value] [-e value] [-k] datafile\n"); - PP "type \"apat -h\" for help\n"); + PP "type \"ecoPCR -h\" for help\n"); if (stat) exit(stat);