From 5ab663f35d483e712410a3380016ceeffd421c05 Mon Sep 17 00:00:00 2001 From: James Tomasino Date: Thu, 18 Apr 2019 18:05:04 -0400 Subject: [PATCH] -v and -h exit --- lssh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lssh b/lssh index 960e04a..219bda2 100755 --- a/lssh +++ b/lssh @@ -43,11 +43,11 @@ parse_input () { case "$1" in -h) show_help - shift + exit 0 ;; -v) printf "%s\\n" "$version" - shift + exit 0 ;; --) shift