mirror of
https://github.com/fmang/opustags.git
synced 2025-01-16 05:03:13 +01:00
sentinel option
This commit is contained in:
parent
1021b4394d
commit
f1828d926f
@ -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){
|
||||
|
Loading…
x
Reference in New Issue
Block a user