summaryrefslogtreecommitdiff
path: root/src/chroot-tools/distcc-tool
diff options
context:
space:
mode:
Diffstat (limited to 'src/chroot-tools/distcc-tool')
-rwxr-xr-xsrc/chroot-tools/distcc-tool4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/chroot-tools/distcc-tool b/src/chroot-tools/distcc-tool
index 6b03909..d799c4a 100755
--- a/src/chroot-tools/distcc-tool
+++ b/src/chroot-tools/distcc-tool
@@ -99,8 +99,8 @@ main() {
# DISTCC_HOSTS parser #
################################################################################
-# usage: parse_DISTCC_HOSTS true|false DISTCC_HOSTS
-# parses DISTCC_HOSTS and:
+# usage: parse_DISTCC_HOSTS true|false <DISTCC_HOSTS>
+# parses <DISTCC_HOSTS> and:
# $1==true : It sets up port forwarding for inside the choot, sleep forever
# $1==false: Prints a modified version of DISTCC_HOSTS that uses the forwarded
# ports that were set up when $1==true.