From ed272e195a5a772d1ab23f38bd549be8be582dfa Mon Sep 17 00:00:00 2001 From: Luke Bratch Date: Mon, 4 Aug 2014 11:04:55 +0100 Subject: Tidy up the help output --- head.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'head.bash') 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 -- cgit v1.2.3