chiark / gitweb /
usb_id: use libudev
[elogind.git] / extras / ata_id / ata_id.c
index 927dbfabd7c83c2b564050b62778c136a735a28f..a4f73b8dfd8d6719ade449147a6fa58f7669fb88 100644 (file)
@@ -88,8 +88,8 @@ int main(int argc, char *argv[])
        int fd;
        int rc = 0;
        static const struct option options[] = {
-               { "export", 0, NULL, 'x' },
-               { "help", 0, NULL, 'h' },
+               { "export", no_argument, NULL, 'x' },
+               { "help", no_argument, NULL, 'h' },
                {}
        };