mirror of
https://github.com/immense/Remotely.git
synced 2025-10-26 11:27:15 +00:00
Update help modal.
This commit is contained in:
parent
119c177a3f
commit
188d331c08
@ -137,8 +137,12 @@ namespace Remotely.Server.Components.Scripts
|
||||
"For CMD, WinPS, and Bash, an exit code of anything other than 0 will also trigger an error. " +
|
||||
"(The integrated PowerShell Core shell does not use exit codes.)",
|
||||
|
||||
"To manually generate an error based on some logic in your script, simply use " +
|
||||
"'Write-Error' anywhere in your PowerShell Core or Windows PowerShell script. " +
|
||||
"For PowerShell Core, any text written Warning or Error output will trigger an alert." +
|
||||
"To manually generate an error based on some logic in your script, use " +
|
||||
"'Write-Error' or 'Write-Warning' anywhere in your PowerShell Core script. ",
|
||||
|
||||
"For Windows PowerShell, you can manually trigger an alert by using 'Write-Error'.",
|
||||
|
||||
"For Bash and CMD, you can exit with any non-zero number."
|
||||
});
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user