diff --git a/salt/common/tools/sbin_jinja/so-import-evtx b/salt/common/tools/sbin_jinja/so-import-evtx index dff2133cf..59a13612c 100755 --- a/salt/common/tools/sbin_jinja/so-import-evtx +++ b/salt/common/tools/sbin_jinja/so-import-evtx @@ -28,7 +28,7 @@ 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 + Ex. sudo so-import-evtx --shift "2023-08-01 01:01:01" example.evtx EOF }