summaryrefslogtreecommitdiff
path: root/hdlctest.c
diff options
context:
space:
mode:
Diffstat (limited to 'hdlctest.c')
-rw-r--r--hdlctest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hdlctest.c b/hdlctest.c
index e693ae7..d9c6ada 100644
--- a/hdlctest.c
+++ b/hdlctest.c
@@ -165,7 +165,7 @@ int main(int argc, char *argv[])
int hdlcmode = 0;
struct fasthdlc_state fs;
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);