|
@@ -496,7 +496,7 @@ static const struct option options[] = {
|
|
|
"stat events on existing pid"),
|
|
|
OPT_BOOLEAN('a', "all-cpus", &system_wide,
|
|
|
"system-wide collection from all CPUs"),
|
|
|
- OPT_BOOLEAN('S', "scale", &scale,
|
|
|
+ OPT_BOOLEAN('c', "scale", &scale,
|
|
|
"scale/normalize counters"),
|
|
|
OPT_BOOLEAN('v', "verbose", &verbose,
|
|
|
"be more verbose (show counter open errors, etc)"),
|