13 lines
728 B
Text
13 lines
728 B
Text
|
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"));
|