summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys-utils/readprofile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-utils/readprofile.c b/sys-utils/readprofile.c
index 11058f643..79de7c2e2 100644
--- a/sys-utils/readprofile.c
+++ b/sys-utils/readprofile.c
@@ -155,7 +155,7 @@ int main(int argc, char **argv)
{"all", no_argument, NULL, 'a'},
{"histbin", no_argument, NULL, 'b'},
{"counters", no_argument, NULL, 's'},
- {"reest", no_argument, NULL, 'r'},
+ {"reset", no_argument, NULL, 'r'},
{"no-auto", no_argument, NULL, 'n'},
{"version", no_argument, NULL, 'V'},
{"help", no_argument, NULL, 'h'},