Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

perf buildid-cache: Update help text for purge command

Clarify the perf buildid-cache help text for the purge operation. The
purge subcommand takes a list of files (binaries) as option parameter.
Make the wording the same as for the add and remove operation.

Signed-off-by: Thomas-Mich Richter <tmricht@linux.vnet.ibm.com>
Reviewed-by: Hendrik Brueckner <brueckner@linux.vnet.ibm.com>
Acked-by: Masami Hiramatsu <mhiramat@kernel.org>
Cc: Martin Schwidefsky <schwidefsky@de.ibm.com>
LPU-Reference: 20171107144853.12925-1-tmricht@linux.vnet.ibm.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>

authored by

Thomas-Mich Richter and committed by
Arnaldo Carvalho de Melo
4359dd88 e795dd42

+2 -2
+2 -2
tools/perf/builtin-buildid-cache.c
··· 325 325 "file", "kcore file to add"), 326 326 OPT_STRING('r', "remove", &remove_name_list_str, "file list", 327 327 "file(s) to remove"), 328 - OPT_STRING('p', "purge", &purge_name_list_str, "path list", 329 - "path(s) to remove (remove old caches too)"), 328 + OPT_STRING('p', "purge", &purge_name_list_str, "file list", 329 + "file(s) to remove (remove old caches too)"), 330 330 OPT_STRING('M', "missing", &missing_filename, "file", 331 331 "to find missing build ids in the cache"), 332 332 OPT_BOOLEAN('f', "force", &force, "don't complain, do it"),