From a45f2b1de28843e9f690da155d3b04cdee79c852 Mon Sep 17 00:00:00 2001 From: Tzafrir Cohen Date: Sun, 16 Nov 2008 17:46:18 +0000 Subject: Fix usage strings and eliminate all traces of tor git-svn-id: http://svn.asterisk.org/svn/dahdi/tools/trunk@5308 a0bf4364-ded3-4de4-8d8a-66a801d63aff --- hdlcstress.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hdlcstress.c') diff --git a/hdlcstress.c b/hdlcstress.c index 9bb9556..ee4c35a 100644 --- a/hdlcstress.c +++ b/hdlcstress.c @@ -137,7 +137,7 @@ int main(int argc, char *argv[]) unsigned char c=0; unsigned char outbuf[BLOCK_SIZE]; if (argc < 2) { - fprintf(stderr, "Usage: markhdlctest \n"); + fprintf(stderr, "Usage: %s \n", argv[0]); exit(1); } fd = open(argv[1], O_RDWR, 0600); -- cgit v1.2.3