commit 1e80e5eaf71b606405cbdf6751aa7446533d8b3a (idlestat: get ride of trace-cmd) seems to have missed adding this
Signed-off-by: Amit Kucheria amit.kucheria@linaro.org --- idlestat.c | 1 + 1 file changed, 1 insertion(+)
diff --git a/idlestat.c b/idlestat.c index 8e3cec0..7de9c1d 100644 --- a/idlestat.c +++ b/idlestat.c @@ -961,6 +961,7 @@ static struct option long_options[] = { { "help", 0, 0, 'h' }, { "iterations", 0, 0, 'i' }, { "output-file", 0, 0, 'o' }, + { "duration", 0, 0, 't' }, { "version", 0, 0, 'V' }, { 0, 0, 0, 0 } };