bash-completion for dmesg should add also equal signs
Bug #1547228 reported by
Aapo Rantalainen
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
bash-completion (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
bash-completion: 1:2.1-4.2ubuntu1
dmesg --col[TAB]
Expected
"dmesg --color="
Actual happens
"dmesg --color "
--
Same for --facility= and --level=
To post a comment you must log in.
Point of this ticket:
dmesg --color never
doesn't affect colors.
It must contain equal sign:
dmesg --color=never
--
Seems that
dmesg --facility daemon
is the same than
dmesg --facility=daemon
And --level and --console-level.