Display upstream proxy support in usage message

This commit is contained in:
Mukund Sivaraman 2010-02-17 23:11:45 +05:30
parent c6d4c68c99
commit 907a6c2420

View File

@ -181,6 +181,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");