From: Pierre-Marc Fournier Date: Tue, 6 Oct 2009 00:15:18 +0000 (-0400) Subject: usttrace: fix arg error handling X-Git-Tag: v0.1~99 X-Git-Url: http://git.lttng.org/?p=ust.git;a=commitdiff_plain;h=2a3fba4984dd15c145ba58803c6fa3cf557c34dc usttrace: fix arg error handling --- 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