From 2a3fba4984dd15c145ba58803c6fa3cf557c34dc Mon Sep 17 00:00:00 2001 From: Pierre-Marc Fournier Date: Mon, 5 Oct 2009 20:15:18 -0400 Subject: [PATCH] usttrace: fix arg error handling --- usttrace | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usttrace b/usttrace index c77f731..e8ab13c 100755 --- a/usttrace +++ b/usttrace @@ -36,9 +36,9 @@ while getopts ":hlLmfs" options; do s) arg_syswide_daemon=1;; h) usage; exit 0;; - \?) echo $usage + \?) usage exit 1;; - *) echo $usage + *) usage exit 1;; esac done -- 2.34.1