there's no -v argument

This commit is contained in:
Gwenhael Le Moine 2011-07-03 22:12:40 +02:00
parent b47723c590
commit ce6cd3a726

1
star.c
View file

@ -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";