Skip to content

Commit

Permalink
fix(options): replace incorrect --tranmissionrpc-url with --transmiss…
Browse files Browse the repository at this point in the history
…ion-rpc-url (#55)
  • Loading branch information
RogueOneEcho authored Oct 1, 2024
1 parent e50275a commit 44ba072
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/basics/options.md
Original file line number Diff line number Diff line change
Expand Up @@ -1046,7 +1046,7 @@ qbittorrentUrl: "http://user:pass@localhost:8080",

| Config file name | CLI short form | CLI long form | Format | Default |
| -------------------- | -------------- | ----------------------------- | ------ | ------- |
| `transmissionRpcUrl` | | `--transmissionrpc-url <url>` | URL | |
| `transmissionRpcUrl` | | `--transmission-rpc-url <url>` | URL | |

The url of your **Transmission** RPC Interface. Only relevant with
[Injection](../tutorials/injection).
Expand All @@ -1060,8 +1060,8 @@ The url of your **Transmission** RPC Interface. Only relevant with
#### `transmissionRpcUrl` Examples (CLI)

```shell
cross-seed search --transmissionrpc-url http://transmission:8080/transmission/rpc
cross-seed search --transmissionrpc-url http://user:pass@localhost:8080
cross-seed search --transmission-rpc-url http://transmission:8080/transmission/rpc
cross-seed search --transmission-rpc-url http://user:pass@localhost:8080
```

#### `transmissionRpcUrl` Examples (Config file)
Expand Down

0 comments on commit 44ba072

Please sign in to comment.