diff --git a/chrome-cli/App.m b/chrome-cli/App.m index 7b9fbf4..f5275fb 100644 --- a/chrome-cli/App.m +++ b/chrome-cli/App.m @@ -117,7 +117,7 @@ - (void)listTabs:(Arguments *)args { } } -- (void)listTabLinks:(Arguments *)args { +- (void)listTabsLinks:(Arguments *)args { if (self->outputFormat == kOutputFormatJSON) { NSMutableArray *tabInfos = [[NSMutableArray alloc] init];