mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2025-02-23 22:47:12 +01:00
Update copyright in config.c while I'm there. Update man page to
reflect all available options to tor binary. svn:r9341
This commit is contained in:
parent
60128145e2
commit
930e12920d
2 changed files with 25 additions and 1 deletions
24
doc/tor.1.in
24
doc/tor.1.in
|
@ -26,6 +26,30 @@ Display a short help message and exit.
|
||||||
FILE contains further "option value" pairs. (Default: @CONFDIR@/torrc)
|
FILE contains further "option value" pairs. (Default: @CONFDIR@/torrc)
|
||||||
.LP
|
.LP
|
||||||
.TP
|
.TP
|
||||||
|
\fB--hash-password\fP
|
||||||
|
Generates a hashed password for control port access.
|
||||||
|
.LP
|
||||||
|
.TP
|
||||||
|
\fB--list-fingerprint\fP
|
||||||
|
Generate your keys and output your nickname and fingerprint.
|
||||||
|
.LP
|
||||||
|
.TP
|
||||||
|
\fB--verify-config\fP
|
||||||
|
Verify the configuration file is valid.
|
||||||
|
.LP
|
||||||
|
.TP
|
||||||
|
\fB--nt-servce\fP
|
||||||
|
Create a service of Tor under Win32 operating systems.
|
||||||
|
.LP
|
||||||
|
.TP
|
||||||
|
\fB--list-torrc-options\fP
|
||||||
|
List all valid options.
|
||||||
|
.LP
|
||||||
|
.TP
|
||||||
|
\fB--version\fP
|
||||||
|
Display Tor version.
|
||||||
|
.LP
|
||||||
|
.TP
|
||||||
Other options can be specified either on the command-line (\fI--option
|
Other options can be specified either on the command-line (\fI--option
|
||||||
value\fR), or in the configuration file (\fIoption value\fR).
|
value\fR), or in the configuration file (\fIoption value\fR).
|
||||||
Options are case-insensitive.
|
Options are case-insensitive.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/* Copyright (c) 2001 Matej Pfajfar.
|
/* Copyright (c) 2001 Matej Pfajfar.
|
||||||
* Copyright (c) 2001-2004, Roger Dingledine.
|
* Copyright (c) 2001-2004, Roger Dingledine.
|
||||||
* Copyright (c) 2004-2006, Roger Dingledine, Nick Mathewson. */
|
* Copyright (c) 2004-2007, Roger Dingledine, Nick Mathewson. */
|
||||||
/* See LICENSE for licensing information */
|
/* See LICENSE for licensing information */
|
||||||
/* $Id$ */
|
/* $Id$ */
|
||||||
const char config_c_id[] = \
|
const char config_c_id[] = \
|
||||||
|
|
Loading…
Add table
Reference in a new issue