diff --git a/bin/dotfiles b/bin/dotfiles index 3a35f3d..6e97115 100755 --- a/bin/dotfiles +++ b/bin/dotfiles @@ -1,13 +1,13 @@ #!/usr/bin/env sh # Print help text and exit. -if [ "$1" = "-h" ] || [ "$1" = "--help" ]; then +if [ "$1" = "help" ] || [ "$1" = "-h" ] || [ "$1" = "--help" ]; then cat <