Skip to content

Commit 3fb61d5

Browse files
committed
Update project description with new options
1 parent d4f2fd1 commit 3fb61d5

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

readme.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ Options:
3131
-?, -h, --help Show help and usage information
3232
3333
Commands:
34-
config Edits the full torrc configuration file.
34+
add <name> <service> Adds a service to register on the Tor network
35+
config Edits the full torrc configuration file.
3536
```
3637

3738
The program will automatically check for updates once a day and recommend updating

src/dotnet-tor/dotnet-tor.csproj

+2-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,8 @@ Options:
3030
-?, -h, --help Show help and usage information
3131

3232
Commands:
33-
config Edits the full torrc configuration file.
33+
add [name] [service] Adds a service to register on the Tor network
34+
config Edits the full torrc configuration file.
3435
</Description>
3536
<PackageProjectUrl>https://www.cazzulino.com/dotnet-tor</PackageProjectUrl>
3637
</PropertyGroup>

0 commit comments

Comments
 (0)