diff options
Diffstat (limited to 'tools/perf/builtin-buildid-cache.c')
-rw-r--r-- | tools/perf/builtin-buildid-cache.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/perf/builtin-buildid-cache.c b/tools/perf/builtin-buildid-cache.c index 3d354ba6e9c5..41db2cba77eb 100644 --- a/tools/perf/builtin-buildid-cache.c +++ b/tools/perf/builtin-buildid-cache.c | |||
@@ -325,8 +325,8 @@ int cmd_buildid_cache(int argc, const char **argv) | |||
325 | "file", "kcore file to add"), | 325 | "file", "kcore file to add"), |
326 | OPT_STRING('r', "remove", &remove_name_list_str, "file list", | 326 | OPT_STRING('r', "remove", &remove_name_list_str, "file list", |
327 | "file(s) to remove"), | 327 | "file(s) to remove"), |
328 | OPT_STRING('p', "purge", &purge_name_list_str, "path list", | 328 | OPT_STRING('p', "purge", &purge_name_list_str, "file list", |
329 | "path(s) to remove (remove old caches too)"), | 329 | "file(s) to remove (remove old caches too)"), |
330 | OPT_STRING('M', "missing", &missing_filename, "file", | 330 | OPT_STRING('M', "missing", &missing_filename, "file", |
331 | "to find missing build ids in the cache"), | 331 | "to find missing build ids in the cache"), |
332 | OPT_BOOLEAN('f', "force", &force, "don't complain, do it"), | 332 | OPT_BOOLEAN('f', "force", &force, "don't complain, do it"), |