diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-12-17 17:54:01 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-12-17 17:54:01 -0500 |
commit | 508837b62bcb31afbba711ec3dd7b7c18630d604 (patch) | |
tree | 62e968f3a7e59d01b1185e54bce9d6432826fd88 | |
parent | 5a22b42c3a01ad8d99e977cfd9efa760438129e9 (diff) | |
download | tor-508837b62bcb31afbba711ec3dd7b7c18630d604.tar.gz tor-508837b62bcb31afbba711ec3dd7b7c18630d604.zip |
Document the output of --version
Closes 28889
-rw-r--r-- | changes/document_version | 2 | ||||
-rw-r--r-- | doc/tor.1.txt | 3 |
2 files changed, 4 insertions, 1 deletions
diff --git a/changes/document_version b/changes/document_version new file mode 100644 index 0000000000..a45992b6b5 --- /dev/null +++ b/changes/document_version @@ -0,0 +1,2 @@ + o Documentation: + - Document the exact output of "tor --version". Closes ticket 28889. diff --git a/doc/tor.1.txt b/doc/tor.1.txt index 8c419b1a63..4ecc4ee382 100644 --- a/doc/tor.1.txt +++ b/doc/tor.1.txt @@ -89,7 +89,8 @@ COMMAND-LINE OPTIONS future version. (This is a warning, not a promise.) [[opt-version]] **--version**:: - Display Tor version and exit. + Display Tor version and exit. The output is a line of the format, + "Tor version [version number]." [[opt-quiet]] **--quiet**|**--hush**:: Override the default console log. By default, Tor starts out logging |