projects
/
lttng-tools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3ce7388
)
Fix the lttng popt context param
author
David Goulet
<david.goulet@polymtl.ca>
Fri, 29 Apr 2011 17:04:42 +0000
(13:04 -0400)
committer
David Goulet
<david.goulet@polymtl.ca>
Fri, 29 Apr 2011 17:04:42 +0000
(13:04 -0400)
Signed-off-by: David Goulet <david.goulet@polymtl.ca>
lttng/options.c
patch
|
blob
|
blame
|
history
diff --git
a/lttng/options.c
b/lttng/options.c
index 61a3802e5548872e72c82d614df76a7b9e6f66cd..4b8eeb50bed749cda2f07fd91fce04c998a206e9 100644
(file)
--- a/
lttng/options.c
+++ b/
lttng/options.c
@@
-108,7
+108,7
@@
int parse_args(int argc, const char **argv)
return -1;
}
- pc = poptGetContext(
"lttng"
, argc, argv, long_options, 0);
+ pc = poptGetContext(
NULL
, argc, argv, long_options, 0);
poptReadDefaultConfig(pc, 0);
while ((opt = poptGetNextOpt(pc)) != -1) {
This page took
0.031518 seconds
and
4
git commands to generate.