Skip to content

Commit

Permalink
Fix script docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Rocky43007 committed Jan 1, 2025
1 parent fa9cf3b commit 5d4c03a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions scripts/switch_servers.ps1
Original file line number Diff line number Diff line change
@@ -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
Expand Down
12 changes: 6 additions & 6 deletions scripts/switch_servers.sh
Original file line number Diff line number Diff line change
@@ -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



Expand Down

0 comments on commit 5d4c03a

Please sign in to comment.