mirror of
https://github.com/gwenhael-le-moine/c-urs_-toil-s.git
synced 2024-12-26 09:58:48 +01:00
there's no -v argument
This commit is contained in:
parent
b47723c590
commit
ce6cd3a726
1 changed files with 0 additions and 1 deletions
1
star.c
1
star.c
|
@ -479,7 +479,6 @@ int parse_args( int argc, char* argv[], struct options *o )
|
|||
};
|
||||
|
||||
char* help_text = "ngstar [options]\n"
|
||||
"\t-v --version :\n\t\t show version\n"
|
||||
"\t-h --help :\n\t\t what you are reading\n"
|
||||
"\t-b --black-and-white :\n\t\t don't use colors (ncurses)\n"
|
||||
"\t-l<n> --level=<n> :\n\t\t wrap to level n\n";
|
||||
|
|
Loading…
Reference in a new issue