aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGordon Bergling <gbe@FreeBSD.org>2022-01-24 18:41:39 +0000
committerGordon Bergling <gbe@FreeBSD.org>2022-01-24 18:41:39 +0000
commit340e08beee8228f01b714704999c6cc8f1d43b6e (patch)
tree51d623a2007abae3909b7a3c740b2879d272ff27
parent829afcb5d30140cfb721de820449f61f8054d203 (diff)
downloadsrc-340e08beee8228f01b714704999c6cc8f1d43b6e.tar.gz
src-340e08beee8228f01b714704999c6cc8f1d43b6e.zip
pmcstudy: Fix a typo in a usage message
-s /measurments/measurements/ MFC after: 3 days
-rw-r--r--usr.sbin/pmcstudy/pmcstudy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/pmcstudy/pmcstudy.c b/usr.sbin/pmcstudy/pmcstudy.c
index 6f5b6ba856a7..c72822ccccf5 100644
--- a/usr.sbin/pmcstudy/pmcstudy.c
+++ b/usr.sbin/pmcstudy/pmcstudy.c
@@ -2865,7 +2865,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");