diff --git a/addpass b/addpass index a941d54..973c862 100755 --- a/addpass +++ b/addpass @@ -12,7 +12,7 @@ else root="$HOME/.password-store" fi -if [[ $1 == "--help" || $1 == "=h" ]]; then +if [[ $1 == "--help" || $1 == "-h" ]]; then echo "add pass files for rofi-pass" echo "(C) 2015 Rasmus Steinke " echo ""