1
0
mirror of https://github.com/akelge/zsh synced 2025-07-03 13:09:07 +00:00

changes 4

This commit is contained in:
2021-11-23 17:40:32 +01:00
parent bb26b1374d
commit cecec1b6f2
2 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ while getopts ":hr:" arg; do
remote=1
host=$OPTARG
;;
h) help=1
h|*) help=1
;;
esac
done