man page shows wrong syntax for irc:// URLs
Bug #618515 reported by
Daniel González Gasull
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
xchat (Ubuntu) |
In Progress
|
Low
|
Unassigned |
Bug Description
Binary package hint: xchat
man xchat displays wrong information about how to open a irc:// URL. According to the man page it should be, e.g.:
xchat -e irc://irc.
but the correct syntax is
xchat -e --url=irc://irc.
Changed in xchat (Ubuntu): | |
status: | Confirmed → In Progress |
tags: | added: patch |
Changed in xchat (Ubuntu): | |
importance: | Undecided → Low |
To post a comment you must log in.
Just for the sake of testing the error, the right URL above is irc://irc. freenode. net:8001/ xchat
So, again. The syntax according to the man page:
xchat -e irc://irc. freenode. net:8001/ xchat
The right syntax:
xchat -e --url=irc://irc. freenode. net:8001/ xchat