summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/main.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c
index 903afb9..a35ba97 100644
--- a/src/main.c
+++ b/src/main.c
@@ -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");