Removed superfluous phrase.

This commit is contained in:
Dale Visser
2015-08-05 12:03:21 -04:00
parent ba564a6aed
commit 4c3831ec74

View File

@@ -86,8 +86,8 @@ of date formats. The following invokation would successfully point to the
$ ./dep-check-date.sh ~/NVD "08/03/2015" -app Foo -scan /path/to/Foo --out ~/DCreports/FooFollowup/ $ ./dep-check-date.sh ~/NVD "08/03/2015" -app Foo -scan /path/to/Foo --out ~/DCreports/FooFollowup/
If today happened to be August 4th, 2015, `"yesterday"` would also have worked If today happened to be August 4th, 2015, `"yesterday"` also would have
as well. Also notice the usage of the `--data` parameter. This places the worked. Also notice the usage of the `--data` parameter. This places the H2
H2 database file directly in the folder alongside the .xml.gz files. This is database file directly in the folder alongside the .xml.gz files. This is
critical, so that D-C doesn't run against another version of the database, critical, so that D-C doesn't run against another version of the database,
like the usual default in `$CLI_LOCATION/data`. like the usual default in `$CLI_LOCATION/data`.