fixed wrong option

This commit is contained in:
DastInDark
2022-07-24 23:32:06 +09:00
parent 8413ba8f19
commit 1c7538e6fa
2 changed files with 3 additions and 4 deletions

View File

@@ -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

View File

@@ -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|