diff --git a/ptp4l.c b/ptp4l.c index 01e3966..2eca0ef 100644 --- a/ptp4l.c +++ b/ptp4l.c @@ -151,6 +151,7 @@ int main(int argc, char *argv[]) } if (!nports) { + fprintf(stderr, "no interface specified\n"); usage(progname); return -1; }