diff --git a/README-Japanese.md b/README-Japanese.md index bbc8a131..51d048f9 100644 --- a/README-Japanese.md +++ b/README-Japanese.md @@ -517,8 +517,8 @@ Hayabusaの結果を標準出力に表示しているとき(デフォルト) ## プロファイルによる出力のカスタマイズ Hayabusaの出力内容はconfig/profiles.txtとconfig/default_profile.txtを変更することでカスタマイズできます。カスタマイズではHayabusaの出力で用いられている内容を以下のエイリアスで呼び出すことができます。 -もし、config/profiles.txtに書いてるプロファイルを用いたい場合は-p/--profileオプションを利用してください。 -default_profiles.txtをprofile.txtに書かれているプロファイルで上書きしたい場合は--set-default-profileオプションを利用してください。 +もし、`config/profiles.txt`に書いてるプロファイルを用いたい場合は`-P/--profile`オプションを利用してください。 +default_profiles.txtをprofile.txtに書かれているプロファイルで上書きしたい場合は`--set-default-profile`オプションを利用してください。 |エイリアス名|Haysbusaの出力にある情報| |:---|:---| @@ -535,7 +535,6 @@ default_profiles.txtをprofile.txtに書かれているプロファイルで上 |%RuleFile% | `RuleFile` | |%EvtxFile% | `EvtxFile` | - profiles.txtへの記載例: ```yaml diff --git a/README.md b/README.md index b22bc535..7d96571f 100644 --- a/README.md +++ b/README.md @@ -515,7 +515,7 @@ When hayabusa output is being displayed to the screen (the default), it can disp You can customize the output by modifiy `config/profiles.txt` and `config/default_profile.txt`. You can be setting following alias. -If you want to use profile in `config/profiles.txt` , you use `-p/-profile` option. +If you want to use profile in `config/profiles.txt` , you use `-P/--profile` option. Please use `--set-default-profile` option when you want to overwrite `default_profiles.txt` by profile in `config/profiles.txt`. |alias name| Hayabusa output information|