]> git.ipfire.org Git - thirdparty/sarg.git/blobdiff - usage.c
Optimize away a useless strcpy.
[thirdparty/sarg.git] / usage.c
diff --git a/usage.c b/usage.c
index 2d0763dcb4223cc559c803c426bf943f303c9583..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
@@ -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"));