|
@@ -882,7 +882,7 @@ const struct option record_options[] = {
|
|
|
OPT_CALLBACK('G', "cgroup", &record.evlist, "name",
|
|
|
"monitor event in cgroup name only",
|
|
|
parse_cgroups),
|
|
|
- OPT_UINTEGER(0, "initial-delay", &record.opts.initial_delay,
|
|
|
+ OPT_UINTEGER('D', "delay", &record.opts.initial_delay,
|
|
|
"ms to wait before starting measurement after program start"),
|
|
|
OPT_STRING('u', "uid", &record.opts.target.uid_str, "user",
|
|
|
"user to profile"),
|