]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
readprofile: fix --reest (--reset) typo
authorKarel Zak <kzak@redhat.com>
Mon, 4 Mar 2013 11:25:47 +0000 (12:25 +0100)
committerKarel Zak <kzak@redhat.com>
Mon, 4 Mar 2013 11:25:47 +0000 (12:25 +0100)
Reported-by: Branislav Blaskovic <notifications@github.com>
Signed-off-by: Karel Zak <kzak@redhat.com>
sys-utils/readprofile.c

index 11058f64311df45a258aa2705b504b9e061afdbf..79de7c2e24c6976a2948dc03c801a550a6792cd0 100644 (file)
@@ -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'},