From 9b80bef6879edd01cf12455a9c2ef307e3748ce5 Mon Sep 17 00:00:00 2001 From: Karel Zak Date: Mon, 4 Mar 2013 12:25:47 +0100 Subject: readprofile: fix --reest (--reset) typo Reported-by: Branislav Blaskovic Signed-off-by: Karel Zak --- sys-utils/readprofile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys-utils/readprofile.c') 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'}, -- cgit v1.2.3-55-g7522