All of lore.kernel.org
 help / color / mirror / Atom feed
* Re: [Powertop] [PATCH] main: 'quiet' option does not take an argument
@ 2013-01-31 23:27 Kristen Carlson Accardi
  0 siblings, 0 replies; 3+ messages in thread
From: Kristen Carlson Accardi @ 2013-01-31 23:27 UTC (permalink / raw)
  To: powertop

[-- Attachment #1: Type: text/plain, Size: 707 bytes --]

On Mon, 14 Jan 2013 23:25:32 +0900
Namhyung Kim <namhyung(a)gmail.com> wrote:

> Signed-off-by: Namhyung Kim <namhyung(a)gmail.com>
> ---
>  src/main.cpp |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/src/main.cpp b/src/main.cpp
> index e6036ae..b22d11d 100644
> --- a/src/main.cpp
> +++ b/src/main.cpp
> @@ -77,7 +77,7 @@ static const struct option long_options[] =
>  	{"time", optional_argument, NULL, 't'},
>  	{"iteration", optional_argument, NULL, 'i'},
>  	{"workload", optional_argument, NULL, 'w'},
> -	{"quiet", optional_argument, NULL, 'q'},
> +	{"quiet", no_argument, NULL, 'q'},
>  	{NULL, 0, NULL, 0}
>  };
>  

Applied, thanks.

Kristen

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [Powertop] [PATCH] main: 'quiet' option does not take an argument
@ 2013-01-14 15:49 Sergey Senozhatsky
  0 siblings, 0 replies; 3+ messages in thread
From: Sergey Senozhatsky @ 2013-01-14 15:49 UTC (permalink / raw)
  To: powertop

[-- Attachment #1: Type: text/plain, Size: 664 bytes --]

On (01/14/13 23:25), Namhyung Kim wrote:
> Signed-off-by: Namhyung Kim <namhyung(a)gmail.com>
> ---
>  src/main.cpp |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/src/main.cpp b/src/main.cpp
> index e6036ae..b22d11d 100644
> --- a/src/main.cpp
> +++ b/src/main.cpp
> @@ -77,7 +77,7 @@ static const struct option long_options[] =
>  	{"time", optional_argument, NULL, 't'},
>  	{"iteration", optional_argument, NULL, 'i'},
>  	{"workload", optional_argument, NULL, 'w'},
> -	{"quiet", optional_argument, NULL, 'q'},
> +	{"quiet", no_argument, NULL, 'q'},
>  	{NULL, 0, NULL, 0}
>  };
>  

looks good to me

	-ss

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Powertop] [PATCH] main: 'quiet' option does not take an argument
@ 2013-01-14 14:25 Namhyung Kim
  0 siblings, 0 replies; 3+ messages in thread
From: Namhyung Kim @ 2013-01-14 14:25 UTC (permalink / raw)
  To: powertop

[-- Attachment #1: Type: text/plain, Size: 574 bytes --]

Signed-off-by: Namhyung Kim <namhyung(a)gmail.com>
---
 src/main.cpp |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/main.cpp b/src/main.cpp
index e6036ae..b22d11d 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -77,7 +77,7 @@ static const struct option long_options[] =
 	{"time", optional_argument, NULL, 't'},
 	{"iteration", optional_argument, NULL, 'i'},
 	{"workload", optional_argument, NULL, 'w'},
-	{"quiet", optional_argument, NULL, 'q'},
+	{"quiet", no_argument, NULL, 'q'},
 	{NULL, 0, NULL, 0}
 };
 
-- 
1.7.9.2


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-01-31 23:27 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-01-31 23:27 [Powertop] [PATCH] main: 'quiet' option does not take an argument Kristen Carlson Accardi
  -- strict thread matches above, loose matches on Subject: below --
2013-01-14 15:49 Sergey Senozhatsky
2013-01-14 14:25 Namhyung Kim

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.