From 0e74ea509cf81800ffb46e3031437d902bb96253 Mon Sep 17 00:00:00 2001 From: Max Lv Date: Thu, 6 Jul 2017 17:17:17 +0800 Subject: [PATCH] Refine the CLI help text. #1547 --- src/utils.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/utils.c b/src/utils.c index c3bafcb4..afa99e84 100644 --- a/src/utils.c +++ b/src/utils.c @@ -359,6 +359,8 @@ usage() " [--fast-open] Enable TCP fast open.\n"); printf( " with Linux kernel > 3.7.0.\n"); +#endif +#if defined(MODULE_REMOTE) || defined(MODULE_LOCAL) printf( " [--acl ] Path to ACL (Access Control List).\n"); #endif