From f014eb9da33f5894283e0ec2acd61d48cd38b707 Mon Sep 17 00:00:00 2001 From: fukusuket <41001169+fukusuket@users.noreply.github.com> Date: Sun, 13 Apr 2025 22:24:36 +0900 Subject: [PATCH] doc: update help --- WELA.ps1 | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/WELA.ps1 b/WELA.ps1 index 24943ba7..fd57624a 100644 --- a/WELA.ps1 +++ b/WELA.ps1 @@ -1073,9 +1073,10 @@ $logo = @" $help = @" Usage: - ./WELA.ps1 audit # Audit current setting and show in stdout, save to csv - ./WELA.ps1 audit gui # Audit current setting and show in gui - ./WELA.ps1 help # Show this help + ./WELA.ps1 audit # Audit current setting and show in stdout, save to csv + ./WELA.ps1 audit table # Audit current setting and show in table layout, save to csv + ./WELA.ps1 audit gui # Audit current setting and show in gui, save to csv + ./WELA.ps1 help # Show this help "@ [Console]::OutputEncoding = [System.Text.Encoding]::UTF8