From aaa4672cbc9facfce7e7d442896331dc038fa168 Mon Sep 17 00:00:00 2001 From: onyx-and-iris Date: Tue, 20 Jan 2026 13:12:38 +0000 Subject: [PATCH] fix --- examples/cli/CLI.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/cli/CLI.ps1 b/examples/cli/CLI.ps1 index b56088f..98a207f 100644 --- a/examples/cli/CLI.ps1 +++ b/examples/cli/CLI.ps1 @@ -32,7 +32,7 @@ if ($help -or ($script.Count -eq 0 -and -not $interactive)) { Write-Host '' Write-Host 'Options:' Write-Host ' -interactive Start in interactive mode.' - Write-Host ' -kind Specify the Voicemeeter type (banana or potato). Default is banana.' + Write-Host ' -kind Specify the Voicemeeter type (basic, banana or potato). Default is banana.' Write-Host ' -script Provide a list of commands to execute in sequence.' Write-Host '' Write-Host 'Commands can be of the form:'