We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6293f4 commit b114956Copy full SHA for b114956
src/dotnet-tor/dotnet-tor.csproj
@@ -11,7 +11,28 @@
11
<PackageId>dotnet-tor</PackageId>
12
<PackAsTool>true</PackAsTool>
13
<ToolCommandName>dotnet-tor</ToolCommandName>
14
- <Description>A Tor proxy service.</Description>
+ <Description>A Tor proxy service
15
+
16
+Usage:
17
18
+```
19
+> dotnet tor -?
20
+tor
21
+ Tor proxy service
22
23
24
+ tor [options] [command]
25
26
+Options:
27
+ -p, --proxy Proxy port [default: 1337]
28
+ -s, --socks Socks port [default: 1338]
29
+ -c, --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.
35
+</Description>
36
<PackageProjectUrl>https://www.cazzulino.com/dotnet-tor</PackageProjectUrl>
37
</PropertyGroup>
38
0 commit comments