summaryrefslogtreecommitdiff
path: root/pattest.c
diff options
context:
space:
mode:
Diffstat (limited to 'pattest.c')
-rw-r--r--pattest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pattest.c b/pattest.c
index 66dc968..01768a7 100644
--- a/pattest.c
+++ b/pattest.c
@@ -49,7 +49,7 @@ int main(int argc, char *argv[])
int errors=0;
int bytes=0;
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);