git: 8c562d478f64 - stable/12 - pmcstudy: Fix a typo in a usage message
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 27 Jan 2022 09:20:32 UTC
The branch stable/12 has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=8c562d478f641201b9a0b677d458f71ad8a3f79f commit 8c562d478f641201b9a0b677d458f71ad8a3f79f Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2022-01-24 18:41:39 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2022-01-27 09:20:23 +0000 pmcstudy: Fix a typo in a usage message -s /measurments/measurements/ (cherry picked from commit 340e08beee8228f01b714704999c6cc8f1d43b6e) --- usr.sbin/pmcstudy/pmcstudy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.sbin/pmcstudy/pmcstudy.c b/usr.sbin/pmcstudy/pmcstudy.c index 69d926a05e5d..97b059bb70be 100644 --- a/usr.sbin/pmcstudy/pmcstudy.c +++ b/usr.sbin/pmcstudy/pmcstudy.c @@ -2859,7 +2859,7 @@ main(int argc, char **argv) argv[0]); printf("-i inputfile -- use source as inputfile not stdin (if stdin collect)\n"); printf("-v -- verbose dump debug type things -- you don't want this\n"); - printf("-m N -- maximum to collect is N measurments\n"); + printf("-m N -- maximum to collect is N measurements\n"); printf("-e expr-name -- Do expression expr-name\n"); printf("-E 'your expression' -- Do your expression\n"); printf("-h -- Don't do the expression I put in -e xxx just explain what it does and exit\n");