]> git.ipfire.org Git - thirdparty/sarg.git/blobdiff - usage.c
Remove one unused parameter from the mail function.
[thirdparty/sarg.git] / usage.c
diff --git a/usage.c b/usage.c
index 084f7122369e0a76b6c0015260f106f598522ea2..25c2ff332934a51abf35cee04d747aa9c24a96ec 100644 (file)
--- a/usage.c
+++ b/usage.c
@@ -1,6 +1,6 @@
 /*
  * SARG Squid Analysis Report Generator      http://sarg.sourceforge.net
- *                                                            1998, 2012
+ *                                                            1998, 2015
  *
  * SARG donations:
  *      please look at http://sarg.sourceforge.net/donations.php
@@ -30,7 +30,7 @@
 void usage(const char *prog)
 {
        printf(_("Usage: %s [options...]\n"), prog);
-       puts  (_("     -a NAME|IP    Create report for host name or IP address"));
+       puts  (_("     -a NAME|IP     Create report for host name or IP address"));
        //puts  (_("     -b Useragent log"));
        puts  (_("     -c FILE        Exclude connected hosts from the report"));
        puts  (_("     --convert      Convert the access.log file to a legible date"));
@@ -54,6 +54,7 @@ void usage(const char *prog)
        puts  (_("     --split        Split the log file by date in -d parameter"));
        puts  (_("     --splitprefix PREFIX\n"
                 "                    Prepend a prefix to the splitted file names"));
+       puts  (_("     --statistics   Print run time statistics"));
        puts  (_("     -t TIME        Limit report to time range [HH:MM or HH:MM-HH:MM]"));
        puts  (_("     -u USER        Report only that user's activity"));
        puts  (_("     -w DIR         Temporary directory"));