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