From c6551b37c6ee6f745711a901fc3f9da1594dc237 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fr=C3=A9d=C3=A9ric=20Marchal?= Date: Sun, 27 May 2012 07:48:08 +0200 Subject: [PATCH] Add --help to the command line to display the help That syntax is more user friendly. Old -h is still accepted. --- log.c | 1 + 1 file changed, 1 insertion(+) diff --git a/log.c b/log.c index 5913241..d7c5925 100644 --- a/log.c +++ b/log.c @@ -162,6 +162,7 @@ int main(int argc,char *argv[]) { {"convert",no_argument,&convert,1}, {"css",no_argument,&output_css,1}, + {"help",no_argument,NULL,'h'}, {"lastlog",required_argument,NULL,2}, {"keeplogs",no_argument,NULL,3}, {"split",no_argument,&split,1}, -- 2.47.2