diff options
author | Nick Mathewson <nickm@torproject.org> | 2012-04-11 13:10:35 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2012-04-11 13:10:35 -0400 |
commit | dc60b5d6a725955847082a24ff0b65d183e60c18 (patch) | |
tree | dcdc81d3f666a0fcd5a98c05db6247d159ed0c47 /doc | |
parent | ab338e3bb8220de6c38d2b689f2e9593d256e9c4 (diff) | |
download | tor-dc60b5d6a725955847082a24ff0b65d183e60c18.tar.gz tor-dc60b5d6a725955847082a24ff0b65d183e60c18.zip |
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.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/tor.1.txt | 12 |
1 files changed, 9 insertions, 3 deletions
diff --git a/doc/tor.1.txt b/doc/tor.1.txt index e73377bdfd..ff4647260d 100644 --- a/doc/tor.1.txt +++ b/doc/tor.1.txt @@ -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. |