Skip to content
Snippets Groups Projects
Commit dc60b5d6 authored by Nick Mathewson's avatar Nick Mathewson :game_die:
Browse files

Improve our documentation for the NT Service command line options

We explain the --options option, document --nt-service as an
internal-use-only thing (which it is), fix a URL, and generally
improve the prose.
parent ab338e3b
No related branches found
No related tags found
No related merge requests found
o Documentation fixes:
- Improve the manual's documentation for the NT Service command-line
options. Addresses bug 3964.
......@@ -45,10 +45,16 @@ OPTIONS
**--verify-config**::
Verify the configuration file is valid.
**--service install** [**--options** __command-line options__]::
Install an instance of Tor as a Windows service, with the provided
command-line options. Current instructions can be found at
https://trac.torproject.org/projects/tor/wiki/doc/TorFAQ#HowdoIrunmyTorrelayasanNTservice
**--service** **remove**|**start**|**stop**::
Remove, start, or stop a configured Tor Windows service.
**--nt-service**::
**--service [install|remove|start|stop]** Manage the Tor Windows
NT/2000/XP service. Current instructions can be found at
https://wiki.torproject.org/noreply/TheOnionRouter/TorFAQ#WinNTService
Used internally to implement a Windows service.
**--list-torrc-options**::
List all valid options.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment