From: Karel Zak Date: Mon, 4 Mar 2013 11:25:47 +0000 (+0100) Subject: readprofile: fix --reest (--reset) typo X-Git-Tag: v2.23-rc1~189 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9b80bef6879edd01cf12455a9c2ef307e3748ce5;p=thirdparty%2Futil-linux.git readprofile: fix --reest (--reset) typo Reported-by: Branislav Blaskovic Signed-off-by: Karel Zak --- diff --git a/sys-utils/readprofile.c b/sys-utils/readprofile.c index 11058f6431..79de7c2e24 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'},