mirror of
https://github.com/gwenhael-le-moine/c-urs_-toil-s.git
synced 2024-12-26 09:58:48 +01:00
unused --argument
This commit is contained in:
parent
dfdd3c9883
commit
dd3f3558f7
1 changed files with 0 additions and 1 deletions
1
star.c
1
star.c
|
@ -499,7 +499,6 @@ int parse_args( int argc, char* argv[], struct options *o, struct state *s )
|
|||
{"black-and-white" , no_argument, NULL, 'b'},
|
||||
{"level" , required_argument, NULL, 'l'},
|
||||
{"help" , no_argument, NULL, 'h'},
|
||||
{"version" , no_argument, NULL, 'v'},
|
||||
{0, 0, 0, 0}
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue