Skip to content

Commit

Permalink
added -J, --jsonl option in Readme usage #694
Browse files Browse the repository at this point in the history
  • Loading branch information
hitenkoku committed Sep 15, 2022
1 parent 0817dec commit 41f8527
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README-Japanese.md
Original file line number Diff line number Diff line change
Expand Up @@ -389,6 +389,7 @@ ADVANCED:
OUTPUT:
-j, --json タイムラインの出力をJSON形式で保存する(例: -j -o results.json)
-J, --jsonl タイムラインの出力をJSONL形式で保存する (例: -J -o results.jsonl)
-o, --output <FILE> タイムラインをCSV形式で保存する (例: results.csv)
-P, --profile <PROFILE> 利用する出力プロファイル名を指定する (minimal, standard, verbose, verbose-all-field-info, verbose-details-and-all-field-info)
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -381,6 +381,7 @@ ADVANCED:
OUTPUT:
-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)
-P, --profile <PROFILE> Specify output profile (minimal, standard, verbose, verbose-all-field-info, verbose-details-and-all-field-info)
Expand Down

0 comments on commit 41f8527

Please sign in to comment.