Display upstream proxy support in usage message
This commit is contained in:
parent
cc74869e71
commit
fbc434e26d
@ -162,6 +162,11 @@ display_usage (void)
|
||||
features++;
|
||||
#endif /* REVERSE_SUPPORT */
|
||||
|
||||
#ifdef UPSTREAM_SUPPORT
|
||||
printf (" Upstream proxy support\n");
|
||||
features++;
|
||||
#endif /* UPSTREAM_SUPPORT */
|
||||
|
||||
if (0 == features)
|
||||
printf (" None\n");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user