summaryrefslogtreecommitdiffstats
path: root/ip6tables-standalone.c
diff options
context:
space:
mode:
Diffstat (limited to 'ip6tables-standalone.c')
-rw-r--r--ip6tables-standalone.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/ip6tables-standalone.c b/ip6tables-standalone.c
index 11c7cb0a..f4b1f18f 100644
--- a/ip6tables-standalone.c
+++ b/ip6tables-standalone.c
@@ -56,7 +56,8 @@ main(int argc, char *argv[])
if (lib_dir == NULL) {
lib_dir = getenv("IP6TABLES_LIB_DIR");
if (lib_dir != NULL)
- fprintf(stderr, "IP6TABLES_LIB_DIR is deprecated\n");
+ fprintf(stderr, "IP6TABLES_LIB_DIR is deprecated, "
+ "use XTABLES_LIBDIR.\n");
}
if (lib_dir == NULL)
lib_dir = XTABLES_LIBDIR;