Add help information for time shift

This commit is contained in:
weslambert
2023-08-03 08:54:54 -04:00
committed by GitHub
parent 3847863b3d
commit cf2233bbb6

View File

@@ -27,6 +27,8 @@ Imports one or more evtx files into Security Onion. The evtx files will be analy
Options:
--json Outputs summary in JSON format. Implies --quiet.
--quiet Silences progress information to stdout.
--shift Adds a time shift. Accepts a single argument that is intended to be the date of the last record, and shifts the dates of the previous records accordingly.
Ex. sudo so-import-evtx --shift 2023-08-01T01:01:01.00000Z example.evtx
EOF
}