added -J, --jsonl option in Readme usage #694

This commit is contained in:
DastInDark
2022-09-16 00:12:59 +09:00
parent 0817dec064
commit 41f8527f07
2 changed files with 2 additions and 0 deletions

View File

@@ -389,6 +389,7 @@ ADVANCED:
OUTPUT: OUTPUT:
-j, --json タイムラインの出力をJSON形式で保存する例: -j -o results.json -j, --json タイムラインの出力をJSON形式で保存する例: -j -o results.json
-J, --jsonl タイムラインの出力をJSONL形式で保存する (例: -J -o results.jsonl)
-o, --output <FILE> タイムラインをCSV形式で保存する (例: results.csv) -o, --output <FILE> タイムラインをCSV形式で保存する (例: results.csv)
-P, --profile <PROFILE> 利用する出力プロファイル名を指定する (minimal, standard, verbose, verbose-all-field-info, verbose-details-and-all-field-info) -P, --profile <PROFILE> 利用する出力プロファイル名を指定する (minimal, standard, verbose, verbose-all-field-info, verbose-details-and-all-field-info)

View File

@@ -381,6 +381,7 @@ ADVANCED:
OUTPUT: OUTPUT:
-j, --json Save the timeline in JSON format (ex: -j -o results.json) -j, --json Save the timeline in JSON format (ex: -j -o results.json)
-J, --jsonl Save the timeline in JSONL format (ex: -J -o results.jsonl)
-o, --output <FILE> Save the timeline in CSV format (ex: results.csv) -o, --output <FILE> Save the timeline in CSV format (ex: results.csv)
-P, --profile <PROFILE> Specify output profile (minimal, standard, verbose, verbose-all-field-info, verbose-details-and-all-field-info) -P, --profile <PROFILE> Specify output profile (minimal, standard, verbose, verbose-all-field-info, verbose-details-and-all-field-info)