diff --git a/README-Japanese.md b/README-Japanese.md index 290a3514..3b19cb27 100644 --- a/README-Japanese.md +++ b/README-Japanese.md @@ -150,7 +150,7 @@ Microsoftの推奨設定(Client)でチェックし、Table形式で表示する: #### `audit-filesize` command examples WindowsイベントログファイルサイズをYamatoSecurityの推奨設定でチェックし、CSV形式で保存する: ``` -./WELA.ps1 audit-filesize --Baseline YamatoSecurity +./WELA.ps1 audit-filesize -Baseline YamatoSecurity ``` ## configure @@ -159,12 +159,12 @@ WindowsイベントログファイルサイズをYamatoSecurityの推奨設定 #### `configure` command examples Yamato Securityの推奨設定を適用する(設定変更時に確認プロンプトを表示): ``` -./WELA.ps1 configure --Baseline YamatoSecurity +./WELA.ps1 configure -Baseline YamatoSecurity ``` Australian Signals Directorateの推奨設定を自動で適用する: ``` -./WELA.ps1 configure --Baseline ASD -auto +./WELA.ps1 configure -Baseline ASD -auto ``` ## update-rules diff --git a/README.md b/README.md index 9506c81e..fa8589db 100644 --- a/README.md +++ b/README.md @@ -159,12 +159,12 @@ The `configure` command sets the recommended Windows event log audit policy and #### `configure` command examples Apply Yamato Security's recommended settings (with confirmation prompt before changing settings): ``` -./WELA.ps1 configure --Baseline YamatoSecurity +./WELA.ps1 configure -Baseline YamatoSecurity ``` Apply Australian Signals Directorate's recommended settings without confirmation prompt: ``` -./WELA.ps1 configure --Baseline ASD -auto +./WELA.ps1 configure -Baseline ASD -auto ``` ## update-rules