aboutsummaryrefslogtreecommitdiff
path: root/bin/xgo
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2017-01-06 11:17:28 +1300
committerTom Ryder <tom@sanctum.geek.nz>2017-01-06 11:17:28 +1300
commita07c90e4904745760a99e4115585b2f319e5f5b5 (patch)
treef02bd9ae6093cf10509f043d9b52c04d7a0dda68 /bin/xgo
parentReplace subshell in sshi(1df) with compound cmd (diff)
downloaddotfiles-a07c90e4904745760a99e4115585b2f319e5f5b5.tar.gz
dotfiles-a07c90e4904745760a99e4115585b2f319e5f5b5.zip
Fix some misdirections
Diffstat (limited to 'bin/xgo')
-rwxr-xr-xbin/xgo2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/xgo b/bin/xgo
index 49861aa8..46d90f2e 100755
--- a/bin/xgo
+++ b/bin/xgo
@@ -3,7 +3,7 @@
# Check arguments
if [ "$#" -eq 0 ] ; then
- printf 2>&1 'xgo: At least one URL required\n'
+ printf >&2 'xgo: At least one URL required\n'
fi
# Iterate over the URL arguments