summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2017-05-04 03:10:39 -0400
committerLuke Shumaker <lukeshu@lukeshu.com>2017-05-04 03:28:40 -0400
commit3dd2ec1a3315105b73735a2f9683f4a887df5df3 (patch)
tree9a1e2c14e3bd1716a73ed11e374920ed79df9612
parenteb58f478221cf4f5972d7bcf66afd23c9374fb6d (diff)
distcc-tool: reformat a comment
-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.