summaryrefslogtreecommitdiff
path: root/hdlcstress.c
diff options
context:
space:
mode:
authorTzafrir Cohen <tzafrir.cohen@xorcom.com>2008-11-16 17:46:18 +0000
committerTzafrir Cohen <tzafrir.cohen@xorcom.com>2008-11-16 17:46:18 +0000
commita45f2b1de28843e9f690da155d3b04cdee79c852 (patch)
tree819235681b4447cac3b5c5ebae3d2a25e3feec33 /hdlcstress.c
parent9ae5f940d35c066807c8d19944755001cd1a6494 (diff)
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
Diffstat (limited to 'hdlcstress.c')
-rw-r--r--hdlcstress.c2
1 files changed, 1 insertions, 1 deletions
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 <tor device>\n");
+ fprintf(stderr, "Usage: %s <DAHDI device>\n", argv[0]);
exit(1);
}
fd = open(argv[1], O_RDWR, 0600);