|
@@ -1240,7 +1240,8 @@ static const struct option options[] = {
|
|
|
OPT_BOOLEAN('D', "dump-raw-trace", &dump_trace,
|
|
|
"dump raw trace in ASCII"),
|
|
|
OPT_STRING('k', "vmlinux", &vmlinux, "file", "vmlinux pathname"),
|
|
|
- OPT_STRING('s', "sort", &sort_order, "foo", "bar"),
|
|
|
+ OPT_STRING('s', "sort", &sort_order, "key[,key2...]",
|
|
|
+ "sort by key(s): pid, comm, dso, symbol. Default: pid,symbol"),
|
|
|
OPT_END()
|
|
|
};
|
|
|
|