diff --git a/README-Japanese.md b/README-Japanese.md index 5e9dd9a..ec99763 100644 --- a/README-Japanese.md +++ b/README-Japanese.md @@ -1210,10 +1210,10 @@ Security 4698 イベントからスケジュールタスク作成を抽出し、 必須オプション: - `-t, --timeline `: HayabusaのJSONLタイムラインまたはディレクトリ +- `-o, --output `: 結果を保存するCSVファイル 任意オプション: -- `-o, --output `: 結果を保存するCSVファイル - `-q, --quiet`: ロゴを出力しない (デフォルト: `false`) #### `timeline-tasks`コマンドの使用例 diff --git a/README.md b/README.md index 7adc09a..88bc5b9 100644 --- a/README.md +++ b/README.md @@ -1174,11 +1174,11 @@ Create a CSV timeline of suspicious processes. Required options: - `-t, --timeline `: Hayabusa JSONL timeline file or directory of JSONL files +- `-o, --output `: the CSV file to save the results to (default: `stdout`) Options: - `-l, --level `: specify the minimum alert level (default: `high`) -- `-o, --output `: the CSV file to save the results to (default: `stdout`) - `-q, --quiet`: do not display logo. (default: `false`) #### `timeline-suspicious-processes` command examples