Whamcloud - gitweb
Add a bunch of type fixes for debug/"make check" code paths.
[tools/e2fsprogs.git] / lib / blkid / tag.c
index b6539a8..a3c13b8 100644 (file)
@@ -386,7 +386,7 @@ void usage(char *prog)
        fprintf(stderr, "Usage: %s [-f blkid_file] [-m debug_mask] device "
                "[type value]\n", 
                prog);
-       fprintf(stderr, "\tList all tags for a device and exit\n", prog);
+       fprintf(stderr, "\tList all tags for a device and exit\n");
        exit(1);
 }
 
@@ -412,7 +412,7 @@ int main(int argc, char **argv)
                case 'm':
                        blkid_debug_mask = strtoul (optarg, &tmp, 0);
                        if (*tmp) {
-                               fprintf(stderr, "Invalid debug mask: %d\n", 
+                               fprintf(stderr, "Invalid debug mask: %s\n", 
                                        optarg);
                                exit(1);
                        }