aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmit Kucheria <amit.kucheria@linaro.org>2015-01-02 13:21:02 +0530
committerTuukka Tikkanen <tuukka.tikkanen@linaro.org>2015-01-07 09:39:33 +0200
commit6c0c9f3f3188210200abea45c8bcd8cb29194e24 (patch)
tree43c2caab98c2960fa4953ea832c42c548783ef40
parent7e1f2961837c7c8922c21ae9074eb333d64c4633 (diff)
Add option -b as a short option for --baseline-trace
It should've been part of dd89f9215bf7c2e345716eb09dfa975f1f1d15dc "idlestat: Add support for baseline datas". While we're at it, remove the '-d' option which is not used anymore. Signed-off-by: Amit Kucheria <amit.kucheria@linaro.org> Reviewed-by: Tuukka Tikkanen <tuukka.tikkanen@linaro.org>
-rw-r--r--idlestat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/idlestat.c b/idlestat.c
index 5de407f..ca49d31 100644
--- a/idlestat.c
+++ b/idlestat.c
@@ -994,7 +994,7 @@ int getoptions(int argc, char *argv[], struct program_options *options)
int optindex = 0;
- c = getopt_long(argc, argv, ":de:f:o:ht:r:cpwVvCB",
+ c = getopt_long(argc, argv, ":b:e:f:o:ht:r:cpwVvCB",
long_options, &optindex);
if (c == -1)
break;