Skip to content

Commit

Permalink
Fix formatting in usage message
Browse files Browse the repository at this point in the history
  • Loading branch information
peterguy committed Oct 24, 2024
1 parent b0851f3 commit ce01df6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/src/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ Environment variables
If a UNIX Domain Socket, the path can be either an absolute path,
or can start with ~/ or %USERPROFILE%\ for a path in the user's home directory.
Examples:
- https://localhost:3080
- https://<user>:<password>localhost:8080
- https://localhost:3080
- https://<user>:<password>localhost:8080
- socks5h://localhost:1080
- socks5://<username>:<password>@localhost:1080
- unix://~/src-proxy.sock
Expand Down

0 comments on commit ce01df6

Please sign in to comment.