Skip to content
This repository was archived by the owner on Sep 12, 2024. It is now read-only.

Commit d453019

Browse files
committed
Merge pull request #123 from spotify/rculbertson/docs
Changed docs to use -d instead of -s, which is deprecated
2 parents e561517 + 500a64a commit d453019

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ When using the CLI, you'll have to specify which Helios endpoint you want to tal
2626

2727
If you have multiple masters, you can [setup automatic master lookup](automatic_master_lookup.md).
2828

29-
**Note:** that the rest of this manual uses the `helios` command without specifying either the `-z` or `-s` flag. This is only for simplicity, though you can emulate this behavior by aliasing the `helios` command. For example:
29+
**Note:** that the rest of this manual uses the `helios` command without specifying either the `-z` or `-d` flag. This is only for simplicity, though you can emulate this behavior by aliasing the `helios` command. For example:
3030

3131
alias helios=helios -z http://localhost:5801
3232

docs/automatic_master_lookup.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
If you have multiple Helios masters, you can setup DNS records so the CLI can discover masters automatically for your domain:
22

3-
helios -s example.net
3+
helios -d example.net
44

5-
What we're actually doing for the `-s` flag is looking up the `_spotify-helios._http.services.<site>` SRV record, and selecting a master from the returned endpoints.
5+
What we're actually doing for the `-d` flag is looking up the `_helios._http.<domain>` SRV record, and selecting a master from the returned endpoints.

0 commit comments

Comments
 (0)