Skip to content

Commit 9f58f5d

Browse files
committed
Update readme with help/usage output
1 parent 71094a3 commit 9f58f5d

File tree

1 file changed

+13
-12
lines changed

1 file changed

+13
-12
lines changed

readme.md

+13-12
Original file line numberDiff line numberDiff line change
@@ -16,22 +16,23 @@ dotnet tool update -g dotnet-tor
1616
Usage:
1717

1818
```
19-
> dotnet echo -?
20-
echo
21-
A trivial program that echoes whatever is sent to it via HTTP.
19+
> dotnet tor -?
20+
tor
21+
Tor proxy service
2222
2323
Usage:
24-
echo [options]
24+
tor [options] [command]
2525
2626
Options:
27-
-p, --prefix <prefix> Prefix to listen on such as http://127.0.0.0:80/ [default: http://*:80/]
28-
--version Show version information
29-
-?, -h, --help Show help and usage information
27+
-p, --proxy <proxy> Proxy port [default: 1337]
28+
-s, --socks <socks> Socks port [default: 1338]
29+
-c, --control <control> Control port [default: 1339]
30+
--version Show version information
31+
-?, -h, --help Show help and usage information
32+
33+
Commands:
34+
config Edits the full torrc configuration file.
3035
```
3136

3237
The program will automatically check for updates once a day and recommend updating
33-
if there is a new version available.
34-
35-
An example of the output during execution:
36-
37-
![](assets/img/echo.gif)
38+
if there is a new version available.

0 commit comments

Comments
 (0)