From ce6cd3a726fbfa86ab73b16295fcb32a3cd99fc0 Mon Sep 17 00:00:00 2001 From: Gwenhael Le Moine Date: Sun, 3 Jul 2011 22:12:40 +0200 Subject: [PATCH] there's no -v argument --- star.c | 1 - 1 file changed, 1 deletion(-) diff --git a/star.c b/star.c index 33a7753..29cb7cb 100644 --- a/star.c +++ b/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 --level= :\n\t\t wrap to level n\n";