projects
/
blktrace.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fd70186
)
iowatcher: Fix --help definition
author
Chris Mason
<chris.mason@fusionio.com>
Mon, 20 Aug 2012 19:30:38 +0000
(15:30 -0400)
committer
Chris Mason
<chris.mason@fusionio.com>
Mon, 20 Aug 2012 19:30:38 +0000
(15:30 -0400)
Signed-off-by: Chris Mason <chris.mason@fusionio.com>
iowatcher/main.c
patch
|
blob
|
blame
|
history
diff --git
a/iowatcher/main.c
b/iowatcher/main.c
index c905dd81de2e0447019c6b65e140af30c5e8c531..583a5b43bb6e9ae4e658b9cb0f4887e9a100ee20 100644
(file)
--- a/
iowatcher/main.c
+++ b/
iowatcher/main.c
@@
-922,7
+922,7
@@
static struct option long_options[] = {
{"movie", no_argument, 0, 'm'},
{"width", required_argument, 0, 'w'},
{"height", required_argument, 0, 'h'},
- {"help",
required
_argument, 0, HELP_LONG_OPT},
+ {"help",
no
_argument, 0, HELP_LONG_OPT},
{0, 0, 0, 0}
};