mirror of
https://github.com/fmang/opustags.git
synced 2025-06-28 05:47:50 +02:00
sentinel option
This commit is contained in:
@ -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){
|
||||
|
Reference in New Issue
Block a user