Fix /streamlink command usage message (#3536)

This commit is contained in:
pajlada 2022-01-22 21:07:19 +01:00 committed by GitHub
parent 279989a745
commit 4e422b3bed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -663,9 +663,9 @@ void CommandController::initialize(Settings &, Paths &paths)
(!channel->isTwitchChannel() || channel->isEmpty())) (!channel->isTwitchChannel() || channel->isEmpty()))
{ {
channel->addMessage(makeSystemMessage( channel->addMessage(makeSystemMessage(
"Usage: /streamlink <channel>. You can also use the " "/streamlink [channel]. Open specified Twitch channel in "
"command without arguments in any Twitch channel to open " "streamlink. If no channel argument is specified, open the "
"it in streamlink.")); "current Twitch channel instead."));
return ""; return "";
} }