From 794daf336a80ef0149f3ec8bc2c87137ba43b8a9 Mon Sep 17 00:00:00 2001 From: Christopher James Hayward Date: Wed, 5 May 2021 09:03:44 -0400 Subject: [PATCH] Update dotfiles script --- bin/dotfiles | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 <