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:
a2bccc2
)
bash completion: Fix copy-paste typo
author
Simon Marchi
<simon.marchi@polymtl.ca>
Mon, 29 Jul 2013 19:22:44 +0000
(15:22 -0400)
committer
David Goulet
<dgoulet@efficios.com>
Tue, 6 Aug 2013 10:42:47 +0000
(06:42 -0400)
Reported-by: Daniel U. Thibault <daniel.thibault@drdc-rddc.gc.ca>
Signed-off-by: Simon Marchi <simon.marchi@polymtl.ca>
Signed-off-by: David Goulet <dgoulet@efficios.com>
extras/lttng-bash_completion
patch
|
blob
|
blame
|
history
diff --git
a/extras/lttng-bash_completion
b/extras/lttng-bash_completion
index b5f861c56a2fd55c5c2dfc6e463310a8b32cdf57..cc8155734a4df0dbfae5743d8a37646ca9439f95 100644
(file)
--- a/
extras/lttng-bash_completion
+++ b/
extras/lttng-bash_completion
@@
-146,7
+146,7
@@
_lttng_cmd_disablechannel() {
_lttng_cmd_disableevent() {
local disable_event_opts
- disable_
channel
_opts=$(lttng disable-event --list-options)
+ disable_
event
_opts=$(lttng disable-event --list-options)
case $prev in
--session|-s)
This page took
0.028191 seconds
and
4
git commands to generate.