summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xhead.bash2
1 files changed, 1 insertions, 1 deletions
diff --git a/head.bash b/head.bash
index 1b5c5ef..4cc87b8 100755
--- a/head.bash
+++ b/head.bash
@@ -10,7 +10,7 @@ then
exit
elif [[ $arg1 = "-h" || $arg1 = "--help" ]]
then
- echo "Give an HTTP URL to get its MIME type, size and modified date. -v for verbose output, --help for this help message, --version for the version number."
+ echo "Give an HTTP URL to get its MIME type, size and modified date. --vebose or -v for verbose output, --help or -h for this help message, --version for the version number."
exit
elif [[ $arg1 = "-v" || $arg1 = "--verbose" ]]
then