aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-03-28 15:32:09 +1300
committerTom Ryder <tom@sanctum.geek.nz>2016-03-28 15:32:09 +1300
commitf13cd068c5d67e7d8d55d2a38ba2d87a6297baf9 (patch)
tree7d4715ae477e218909f6210a0e60de596b21c14a
parentRemove blank lines at end of files (diff)
downloaddotfiles-f13cd068c5d67e7d8d55d2a38ba2d87a6297baf9.tar.gz
dotfiles-f13cd068c5d67e7d8d55d2a38ba2d87a6297baf9.zip
Correct incorrect stream in comment
-rwxr-xr-xbin/igex2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/igex b/bin/igex
index 28c30b01..c4570ca2 100755
--- a/bin/igex
+++ b/bin/igex
@@ -5,7 +5,7 @@
# 0. Don't touch any stderr, though. Good for wrapping around rsync(1), like to
# ignore exit value 24.
#
-# -h gives help, -v gives you stdout specifying success or failure, -i specifies
+# -h gives help, -v gives you stderr specifying success or failure, -i specifies
# the signals to ignore; you must specify at least one none-zero integer.
#
# Author: Tom Ryder <tom@sanctum.geek.nz>