summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2013-06-11 20:34:39 -0600
committerLuke Shumaker <LukeShu@sbcglobal.net>2013-06-11 20:34:39 -0600
commite6944bc03f587ad177c6b825e3f4c116fb9b9b12 (patch)
tree87c0a06589980fc289a1cbd793d4bfe3618472e1
parent9fb35767dc99e07fb825c03787add5f11bae9a10 (diff)
libremakepkg: don't remove -N, but discourage its use.v20130611
-rwxr-xr-xsrc/chroot-tools/libremakepkg4
1 files 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'
}