diff --git a/src/dotnet-tor/dotnet-tor.csproj b/src/dotnet-tor/dotnet-tor.csproj
index 4e7a83f..2d08e19 100644
--- a/src/dotnet-tor/dotnet-tor.csproj
+++ b/src/dotnet-tor/dotnet-tor.csproj
@@ -11,7 +11,28 @@
dotnet-tor
true
dotnet-tor
- A Tor proxy service.
+ 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.
+
https://www.cazzulino.com/dotnet-tor