aboutsummaryrefslogtreecommitdiff
path: root/bin/urlh
diff options
context:
space:
mode:
Diffstat (limited to 'bin/urlh')
-rwxr-xr-xbin/urlh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/urlh b/bin/urlh
index 2c547ad0..6a768a9f 100755
--- a/bin/urlh
+++ b/bin/urlh
@@ -12,7 +12,7 @@ url=$1 header=$2
curl -I -- "$url" |
# Unfold the headers
-unf |
+unf |
# Change the line endings to UNIX format
sd2u |