summaryrefslogtreecommitdiffstats
path: root/sys-utils/readprofile.c
diff options
context:
space:
mode:
authorKarel Zak2013-03-04 12:25:47 +0100
committerKarel Zak2013-03-04 12:25:47 +0100
commit9b80bef6879edd01cf12455a9c2ef307e3748ce5 (patch)
treef27074de241b6d72a36323f12e50b7823bc257d7 /sys-utils/readprofile.c
parentlibmount: ignore name=value if only 'name' is expected (diff)
downloadkernel-qcow2-util-linux-9b80bef6879edd01cf12455a9c2ef307e3748ce5.tar.gz
kernel-qcow2-util-linux-9b80bef6879edd01cf12455a9c2ef307e3748ce5.tar.xz
kernel-qcow2-util-linux-9b80bef6879edd01cf12455a9c2ef307e3748ce5.zip
readprofile: fix --reest (--reset) typo
Reported-by: Branislav Blaskovic <notifications@github.com> Signed-off-by: Karel Zak <kzak@redhat.com>
Diffstat (limited to 'sys-utils/readprofile.c')
-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'},