diff --git a/scripts/switch_servers.ps1 b/scripts/switch_servers.ps1 index e8169fe0956b..620f0ccaf95f 100644 --- a/scripts/switch_servers.ps1 +++ b/scripts/switch_servers.ps1 @@ -1,10 +1,10 @@ # Usage -# .\script.ps1 dev # Will prompt for relay server modification -# .\script.ps1 prod # Will prompt for relay server modification -# .\script.ps1 dev -r # Will automatically modify relay servers -# .\script.ps1 prod -r # Will automatically modify relay servers -# .\script.ps1 dev -s # Will skip relay server modification without prompting -# .\script.ps1 prod -s # Will skip relay server modification without prompting +# .\switch_servers.ps1 dev # Will prompt for relay server modification +# .\switch_servers.ps1 prod # Will prompt for relay server modification +# .\switch_servers.ps1 dev -r # Will automatically modify relay servers +# .\switch_servers.ps1 prod -r # Will automatically modify relay servers +# .\switch_servers.ps1 dev -s # Will skip relay server modification without prompting +# .\switch_servers.ps1 prod -s # Will skip relay server modification without prompting # File paths diff --git a/scripts/switch_servers.sh b/scripts/switch_servers.sh index e0a693a15625..5091dcdccfb5 100755 --- a/scripts/switch_servers.sh +++ b/scripts/switch_servers.sh @@ -1,12 +1,12 @@ #!/bin/bash ## Usage: -# ./script.sh dev # Will prompt for relay server modification -# ./script.sh prod # Will prompt for relay server modification -# ./script.sh dev -r # Will automatically modify relay servers -# ./script.sh prod -r # Will automatically modify relay servers -# ./script.sh dev -s # Will skip relay server modification without prompting -# ./script.sh prod -s # Will skip relay server modification without prompting +# ./switch_servers.sh dev # Will prompt for relay server modification +# ./switch_servers.sh prod # Will prompt for relay server modification +# ./switch_servers.sh dev -r # Will automatically modify relay servers +# ./switch_servers.sh prod -r # Will automatically modify relay servers +# ./switch_servers.sh dev -s # Will skip relay server modification without prompting +# ./switch_servers.sh prod -s # Will skip relay server modification without prompting