Skip to content

Commit b114956

Browse files
committed
Add package description
1 parent c6293f4 commit b114956

File tree

1 file changed

+22
-1
lines changed

1 file changed

+22
-1
lines changed

src/dotnet-tor/dotnet-tor.csproj

+22-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,28 @@
1111
<PackageId>dotnet-tor</PackageId>
1212
<PackAsTool>true</PackAsTool>
1313
<ToolCommandName>dotnet-tor</ToolCommandName>
14-
<Description>A Tor proxy service.</Description>
14+
<Description>A Tor proxy service
15+
16+
Usage:
17+
18+
```
19+
> dotnet tor -?
20+
tor
21+
Tor proxy service
22+
23+
Usage:
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>
1536
<PackageProjectUrl>https://www.cazzulino.com/dotnet-tor</PackageProjectUrl>
1637
</PropertyGroup>
1738

0 commit comments

Comments
 (0)