diff --git a/opustags.c b/opustags.c index ef92b00..e3b97b5 100644 --- a/opustags.c +++ b/opustags.c @@ -182,7 +182,8 @@ struct option options[] = { {"add", required_argument, 0, 'a'}, {"set", required_argument, 0, 's'}, {"delete-all", no_argument, 0, 'D'}, - {"set-all", no_argument, 0, 'S'} + {"set-all", no_argument, 0, 'S'}, + {NULL, 0, 0, 0} }; int main(int argc, char **argv){