]> diplodocus.org Git - xorg-xinput/blobdiff - src/setptr.c
Teach --set-button-map about pointer: prefix.
[xorg-xinput] / src / setptr.c
index f6f9410f80fd34f318cc7d1eb22eb75aee9b3475..3dcf1ec9c9f1f992487717b321be34b9d28e83de 100644 (file)
@@ -48,7 +48,7 @@ set_pointer(Display   *display,
     info = find_device_info(display, argv[0], True);
 
     if (!info) {
-       fprintf(stderr, "unable to find device %s\n", argv[0]);
+       fprintf(stderr, "unable to find device '%s'\n", argv[0]);
        return EXIT_FAILURE;
     }