ports/www/sarg/patches/patch-usage_c

13 lines
728 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Index: usage.c
--- usage.c.orig
+++ usage.c
@@ -37,7 +37,7 @@ void usage(const char *prog)
puts (_(" --css Output the internal CSS"));
puts (_(" -d DATE Date range to include in the report: from-until dd/mm/yyyy-dd/mm/yyyy"));
puts (_(" -e MAIL Email address to send reports to (stdout for console)"));
- printf(_(" -f FILE Config file to read (default is %s/sarg.conf)\n"),SYSCONFDIR);
+ printf(_(" -f FILE Config file to read (default is %s/sarg/sarg.conf)\n"),SYSCONFDIR);
puts (_(" -g FMT Date format [e=Europe -> dd/mm/yyyy, u=USA -> mm/dd/yyyy]"));
puts (_(" -h This help"));
puts (_(" --help This help"));