summaryrefslogtreecommitdiffstats
path: root/init/bootchart.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'init/bootchart.cpp')
-rw-r--r--init/bootchart.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/init/bootchart.cpp b/init/bootchart.cpp
index ec84317c3..379b4fa84 100644
--- a/init/bootchart.cpp
+++ b/init/bootchart.cpp
@@ -191,7 +191,7 @@ static Result<Success> do_bootchart_stop() {
return Success();
}
-Result<Success> do_bootchart(const std::vector<std::string>& args) {
+Result<Success> do_bootchart(const BuiltinArguments& args) {
if (args[1] == "start") return do_bootchart_start();
return do_bootchart_stop();
}