Display upstream proxy support in usage message
[obnox/tinyproxy.git] / src / main.c
index 903afb9d4bbb54aea0abd2b6a609813e9dabd18e..a35ba9720d8e61725669cf95096a8f226d1dc3e8 100644 (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");