Fix \s in commands

This commit is contained in:
Owen Schwartz 2025-01-03 23:49:34 -05:00
parent b0c3fdbbbd
commit af838ba911
No known key found for this signature in database
GPG key ID: 8271FDFFD9E0CCBD
2 changed files with 5 additions and 2 deletions

View file

@ -49,7 +49,7 @@ Example:
--reachableAt=http://gerbil:3003 \ --reachableAt=http://gerbil:3003 \
--generateAndSaveKeyTo=/var/config/key \ --generateAndSaveKeyTo=/var/config/key \
--remoteConfig=http://pangolin:3001/api/v1/gerbil/get-config \ --remoteConfig=http://pangolin:3001/api/v1/gerbil/get-config \
--reportBandwidthTo=http://pangolin:3001/api/v1/gerbil/receive-bandwidth \ --reportBandwidthTo=http://pangolin:3001/api/v1/gerbil/receive-bandwidth
``` ```
:::tip :::tip

View file

@ -35,7 +35,10 @@ When Newt receives WireGuard control messages, it will use the information encod
Example: Example:
```bash ```bash
./newt --id 31frd0uzbjvp721 --secret h51mmlknrvrwv8s4r1i210azhumt6isgbpyavxodibx1k2d6 --endpoint https://example.com ./newt \
--id 31frd0uzbjvp721 \
--secret h51mmlknrvrwv8s4r1i210azhumt6isgbpyavxodibx1k2d6 \
--endpoint https://example.com
``` ```
## Build ## Build