From e6944bc03f587ad177c6b825e3f4c116fb9b9b12 Mon Sep 17 00:00:00 2001
From: Luke Shumaker <LukeShu@sbcglobal.net>
Date: Tue, 11 Jun 2013 20:34:39 -0600
Subject: libremakepkg: don't remove -N, but discourage its use.

---
 src/chroot-tools/libremakepkg | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/chroot-tools/libremakepkg b/src/chroot-tools/libremakepkg
index f7391ee..c4a2cc8 100755
--- a/src/chroot-tools/libremakepkg
+++ b/src/chroot-tools/libremakepkg
@@ -294,8 +294,8 @@ usage() {
 	echo '  -n <CHROOT>   Name of the chroot to use'
 	echo '  -l <COPY>     Name of, or absolute path to, the copy to use'
 	echo "  -N            Don't disable networking during build() or package()"
-	echo '                Only use this as a temporary hack to use distcc,'
-	echo '                until actual distcc support is added.'
+	echo "                PLEASE don't use this unless you have a special"
+	echo "                reason, its use is a violation of Parabola policy."
 	echo '  -R            Repackage contents of the package without rebuilding'
 	echo '  -h            Show this message'
 }
-- 
cgit v1.2.3-2-g168b