Remove -F from tor-resolve(1) usage message.

This commit is contained in:
rl1987 2015-08-30 21:57:24 +03:00
parent b531fc7d9a
commit 54565ca804
2 changed files with 5 additions and 1 deletions

4
changes/bug16913 Normal file
View File

@ -0,0 +1,4 @@
o Minor bugfixes:
- Fix an usage message of tor-resolve(1) so that it no longer lists
the removed -F option. Resolves ticket #16913; bugfix on Tor
0.2.2.28-beta.

View File

@ -327,7 +327,7 @@ do_resolve(const char *hostname, uint32_t sockshost, uint16_t socksport,
static void
usage(void)
{
puts("Syntax: tor-resolve [-4] [-5] [-v] [-x] [-F] [-p port] "
puts("Syntax: tor-resolve [-4] [-5] [-v] [-x] [-p port] "
"hostname [sockshost[:socksport]]");
exit(1);
}