mirror of
https://github.com/Yamato-Security/WELA.git
synced 2025-12-06 17:22:50 +01:00
doc: update help
This commit is contained in:
7
WELA.ps1
7
WELA.ps1
@@ -1073,9 +1073,10 @@ $logo = @"
|
|||||||
|
|
||||||
$help = @"
|
$help = @"
|
||||||
Usage:
|
Usage:
|
||||||
./WELA.ps1 audit # Audit current setting and show in stdout, save to csv
|
./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 audit table # Audit current setting and show in table layout, save to csv
|
||||||
./WELA.ps1 help # Show this help
|
./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
|
[Console]::OutputEncoding = [System.Text.Encoding]::UTF8
|
||||||
|
|||||||
Reference in New Issue
Block a user