Date: Thu, 27 Jan 2022 09:20:15 GMT From: Gordon Bergling <gbe@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: d780042fbfd0 - stable/13 - pmcstudy: Fix a typo in a usage message Message-ID: <202201270920.20R9KFAp029715@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=d780042fbfd04079727a1b688fd89cdab05fd389 commit d780042fbfd04079727a1b688fd89cdab05fd389 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:04 +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");
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202201270920.20R9KFAp029715>