diff --git a/README-Japanese.md b/README-Japanese.md index 5cad1d75a..d2910baaf 100644 --- a/README-Japanese.md +++ b/README-Japanese.md @@ -764,7 +764,7 @@ Output: -F, --no-field-data-mapping フィールドデータのマッピングを無効にする -o, --output タイムラインを保存する (例: results.csv) -p, --profile 利用する出力プロファイル名を指定する - -R, --remove-duplicate-data 重複したフィールドデータは「DUP」に置き換えられる。 (これにより、私たちのテストではファイルサイズが約10〜15%削減される。) + -R, --remove-duplicate-data 重複したフィールドデータは「DUP」に置き換えられる (ファイルサイズが約10〜15%削減される) Display Settings: --no-color カラーで出力しない @@ -1008,6 +1008,7 @@ Output: -F, --no-field-data-mapping フィールドデータのマッピングを無効にする -o, --output タイムラインを保存する (例: results.csv) -p, --profile 利用する出力プロファイル名を指定する + -R, --remove-duplicate-data 重複したフィールドデータは「DUP」に置き換えられる (ファイルサイズが約10〜15%削減される) Display Settings: --no-color カラーで出力しない diff --git a/README.md b/README.md index 0a3c7c2d9..c7e92b173 100644 --- a/README.md +++ b/README.md @@ -611,7 +611,7 @@ Usage: pivot-keywords-list [OPTIONS] Input: -d, --directory Directory of multiple .evtx files -f, --file File path to one .evtx file - -l, --live_analysis Analyze the local C:\Windows\System32\winevt\Logs folder + -l, --live-analysis Analyze the local C:\Windows\System32\winevt\Logs folder -J, --JSON-input Scan JSON formatted logs instead of .evtx (.json or .jsonl) Output: @@ -754,7 +754,7 @@ Usage: csv-timeline [OPTIONS] Input: -d, --directory Directory of multiple .evtx files -f, --file File path to one .evtx file - -l, --live_analysis Analyze the local C:\Windows\System32\winevt\Logs folder + -l, --live-analysis Analyze the local C:\Windows\System32\winevt\Logs folder -J, --JSON-input Scan JSON formatted logs instead of .evtx (.json or .jsonl) Output: @@ -764,7 +764,7 @@ Output: -F, --no-field-data-mapping Disable field data mapping -o, --output Save the timeline in CSV format (ex: results.csv) -p, --profile Specify output profile - -R, --remove-duplicate-data Duplicate field data will be replaced with "DUP" + -R, --remove-duplicate-data Duplicate field data will be replaced with "DUP" (Reduces file size by about 10~15%) Display Settings: --no-color Disable color output @@ -998,7 +998,7 @@ Usage: json-timeline [OPTIONS] Input: -d, --directory Directory of multiple .evtx files -f, --file File path to one .evtx file - -l, --live_analysis Analyze the local C:\Windows\System32\winevt\Logs folder + -l, --live-analysis Analyze the local C:\Windows\System32\winevt\Logs folder -J, --JSON-input Scan JSON formatted logs instead of .evtx (.json or .jsonl) Output: @@ -1008,6 +1008,7 @@ Output: -F, --no-field-data-mapping Disable field data mapping -o, --output Save the timeline in JSON format (ex: results.json) -p, --profile Specify output profile + -R, --remove-duplicate-data Duplicate field data will be replaced with "DUP" Display Settings: --no-color Disable color output