Skip to content

Commit

Permalink
Add package description
Browse files Browse the repository at this point in the history
  • Loading branch information
kzu committed May 19, 2021
1 parent c6293f4 commit b114956
Showing 1 changed file with 22 additions and 1 deletion.
23 changes: 22 additions & 1 deletion src/dotnet-tor/dotnet-tor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,28 @@
<PackageId>dotnet-tor</PackageId>
<PackAsTool>true</PackAsTool>
<ToolCommandName>dotnet-tor</ToolCommandName>
<Description>A Tor proxy service.</Description>
<Description>A Tor proxy service

Usage:

```
> dotnet tor -?
tor
Tor proxy service

Usage:
tor [options] [command]

Options:
-p, --proxy Proxy port [default: 1337]
-s, --socks Socks port [default: 1338]
-c, --control Control port [default: 1339]
--version Show version information
-?, -h, --help Show help and usage information

Commands:
config Edits the full torrc configuration file.
</Description>
<PackageProjectUrl>https://www.cazzulino.com/dotnet-tor</PackageProjectUrl>
</PropertyGroup>

Expand Down

0 comments on commit b114956

Please sign in to comment.