On 05/29/2014 12:17 AM, Amit Kucheria wrote:
Signed-off-by: Amit Kucheria <amit.kuche...@linaro.org>

Acked-by: Daniel Lezcano <daniel.lezc...@linaro.org>

---
  idlestat.c | 3 +--
  1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/idlestat.c b/idlestat.c
index 3b4bd17..27000aa 100644
--- a/idlestat.c
+++ b/idlestat.c
@@ -960,7 +960,6 @@ static struct option long_options[] = {
        { "iterations",  0, 0, 'i' },
        { "debug",       0, 0, 'g' },
        { "output-file", 0, 0, 'o' },
-       { "verbose",     0, 0, 'v' },
        { "version",     0, 0, 'V' },
        { "help",        0, 0, 'h' },
        { 0,             0, 0, 0   }
@@ -985,7 +984,7 @@ int getoptions(int argc, char *argv[], struct 
idledebug_options *options)

                int optindex = 0;

-               c = getopt_long(argc, argv, "gdvVho:i:t:",
+               c = getopt_long(argc, argv, "gdVho:i:t:",
                                long_options, &optindex);
                if (c == -1)
                        break;



--
 <http://www.linaro.org/> Linaro.org │ Open source software for ARM SoCs

Follow Linaro:  <http://www.facebook.com/pages/Linaro> Facebook |
<http://twitter.com/#!/linaroorg> Twitter |
<http://www.linaro.org/linaro-blog/> Blog


_______________________________________________
linaro-dev mailing list
linaro-dev@lists.linaro.org
http://lists.linaro.org/mailman/listinfo/linaro-dev

Reply via email to