perf tools: make -C consistent across commands (for cpu list arg)
[deliverable/linux.git] / tools / perf / builtin-annotate.c
index c01139fa4a108c55f71a96c16dc40e6dc56ade75..d449645c5ef1e1a6da0a339625e7244be5c961c5 100644 (file)
@@ -274,7 +274,7 @@ int cmd_annotate(int argc, const char **argv, const char *prefix __used)
                    "print matching source lines (may be slow)"),
        OPT_BOOLEAN('P', "full-paths", &annotate.full_paths,
                    "Don't shorten the displayed pathnames"),
-       OPT_STRING('c', "cpu", &annotate.cpu_list, "cpu", "list of cpus to profile"),
+       OPT_STRING('C', "cpu", &annotate.cpu_list, "cpu", "list of cpus to profile"),
        OPT_STRING(0, "symfs", &symbol_conf.symfs, "directory",
                   "Look for files with symbols relative to this directory"),
        OPT_BOOLEAN(0, "source", &symbol_conf.annotate_src,
This page took 0.027237 seconds and 5 git commands to generate.