From eea01dfc2e0eb1521dbbd481ab5a3e660e6cb588 Mon Sep 17 00:00:00 2001 From: Jens Axboe Date: Mon, 30 Jan 2006 21:35:31 +0100 Subject: [PATCH] btrace: don't be quiet by default, and fix -h parameter --- btrace | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'btrace') diff --git a/btrace b/btrace index 38ea1ce..d8a3154 100755 --- a/btrace +++ b/btrace @@ -8,11 +8,11 @@ TRACEOPTS="" PARSEOPTS="-b100000" -SUMMARIZE="-q" # quiet (no dev/cpu summary by default) +SUMMARIZE="" USAGE="Usage: btrace [-s] [-t] [-S] [-w N] [-a ...] ..." DIRNAME=`dirname $0` -while getopts "a:stSw:" c +while getopts "a:stSw:h" c do case $c in a) TRACEOPTS=$TRACEOPTS" -a "$OPTARG" ";; -- cgit v1.2.3