mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
Remove -F from tor-resolve(1) usage message.
This commit is contained in:
parent
b531fc7d9a
commit
54565ca804
4
changes/bug16913
Normal file
4
changes/bug16913
Normal 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.
|
@ -327,7 +327,7 @@ do_resolve(const char *hostname, uint32_t sockshost, uint16_t socksport,
|
|||||||
static void
|
static void
|
||||||
usage(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]]");
|
"hostname [sockshost[:socksport]]");
|
||||||
exit(1);
|
exit(1);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user