diff options
author | Luke Bratch <l_bratch@yahoo.co.uk> | 2014-08-04 11:04:55 +0100 |
---|---|---|
committer | Luke Bratch <l_bratch@yahoo.co.uk> | 2014-08-04 11:04:55 +0100 |
commit | ed272e195a5a772d1ab23f38bd549be8be582dfa (patch) | |
tree | 827998cb98d4049059d91b14153747ecff2f1dd5 | |
parent | fd1cd5f803d5ab7cdab7bb574aabbc69b922d275 (diff) |
Tidy up the help output
-rwxr-xr-x | head.bash | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |