diff options
author | Renato Botelho <garga@FreeBSD.org> | 2014-12-12 08:46:51 -0200 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2014-12-12 08:46:51 -0200 |
commit | 40eb363a9851d8538adb9564d992e1ac6a276f07 (patch) | |
tree | 15be704691b70fd491609b85bc2c2d503a649e72 /config | |
parent | c21d2a7288105458164d6e91b836cc885e80576b (diff) | |
parent | 3d5fbb58dc7afe535bd047109e61289ec5e545bf (diff) | |
download | pfsense-packages-40eb363a9851d8538adb9564d992e1ac6a276f07.tar.gz pfsense-packages-40eb363a9851d8538adb9564d992e1ac6a276f07.tar.bz2 pfsense-packages-40eb363a9851d8538adb9564d992e1ac6a276f07.zip |
Merge pull request #748 from chainlinc/patch-1
Diffstat (limited to 'config')
-rw-r--r-- | config/sarg/sarg_schedule.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/sarg/sarg_schedule.xml b/config/sarg/sarg_schedule.xml index 6080e530..5123d786 100644 --- a/config/sarg/sarg_schedule.xml +++ b/config/sarg/sarg_schedule.xml @@ -144,7 +144,7 @@ To force sarg to create a report only for specific days, use:<br> <b>TODAY:</b> -d `date +%d/%m/%Y`<br> <b>YESTERDAY:</b> -d `date -v-1d +%d/%m/%Y`<br> - <b>WEEKAGO:</b> -d `date -v-1w +%d/%m/%Y`- `date -v-1d +%d/%m/%Y`<br> + <b>WEEKAGO:</b> -d `date -v-1w +%d/%m/%Y`-`date -v-1d +%d/%m/%Y`<br> <b>MONTHAGO:</b> -d `date -v-1m +01/%m/%Y`-`date -v-1m +31/%m/%Y`]]></description> <type>input</type> <size>50</size> |