diff options
author | Gordon Bergling <gbe@FreeBSD.org> | 2022-01-24 18:41:39 +0000 |
---|---|---|
committer | Gordon Bergling <gbe@FreeBSD.org> | 2022-01-27 09:20:04 +0000 |
commit | d780042fbfd04079727a1b688fd89cdab05fd389 (patch) | |
tree | 0ed439859982b84d7a4de9d0bc30a0c7d5b239ea | |
parent | bbed4b4b1a26f59da0e09cda70f9632e6171bb6e (diff) | |
download | src-d780042fbfd04079727a1b688fd89cdab05fd389.tar.gz src-d780042fbfd04079727a1b688fd89cdab05fd389.zip |
pmcstudy: Fix a typo in a usage message
-s /measurments/measurements/
(cherry picked from commit 340e08beee8228f01b714704999c6cc8f1d43b6e)
-rw-r--r-- | usr.sbin/pmcstudy/pmcstudy.c | 2 |
1 files changed, 1 insertions, 1 deletions
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"); |