diff options
-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 |