mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
Fix /streamlink command usage message (#3536)
This commit is contained in:
parent
279989a745
commit
4e422b3bed
|
@ -663,9 +663,9 @@ void CommandController::initialize(Settings &, Paths &paths)
|
|||
(!channel->isTwitchChannel() || channel->isEmpty()))
|
||||
{
|
||||
channel->addMessage(makeSystemMessage(
|
||||
"Usage: /streamlink <channel>. You can also use the "
|
||||
"command without arguments in any Twitch channel to open "
|
||||
"it in streamlink."));
|
||||
"/streamlink [channel]. Open specified Twitch channel in "
|
||||
"streamlink. If no channel argument is specified, open the "
|
||||
"current Twitch channel instead."));
|
||||
return "";
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue