Display upstream proxy support in usage message

This commit is contained in:
Mukund Sivaraman 2010-02-17 23:11:45 +05:30
parent cc74869e71
commit fbc434e26d

View File

@ -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");