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