X-Git-Url: http://git.lttng.org/?p=ust.git;a=blobdiff_plain;f=usttrace;h=e8ab13c7079ea2ca84eaa048805e2e13ae58bc0c;hp=c77f73114ae97d6e2db7f431f4f03c9714a17dd7;hb=2a3fba4984dd15c145ba58803c6fa3cf557c34dc;hpb=cbccb4a93f3c6969222377d422d5946075f31d3f 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