aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJokler <jokler@protonmail.com>2020-06-04 21:05:55 +0200
committerJokler <jokler@protonmail.com>2020-06-04 21:06:23 +0200
commit654f6b349ab20ce4b19afdd5d37f9a569165d1f2 (patch)
tree999309de4820ab60cc5d58d12bdfd029f70a97a7
parent476851537b880193e830d4e27fdbedd8d3dc60f3 (diff)
downloadpokebot-654f6b349ab20ce4b19afdd5d37f9a569165d1f2.tar.gz
pokebot-654f6b349ab20ce4b19afdd5d37f9a569165d1f2.zip
Adjust help for 'next' command
-rw-r--r--README.md2
-rw-r--r--src/command.rs2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index b904143..85e239a 100644
--- a/README.md
+++ b/README.md
@@ -33,7 +33,7 @@ ARGS:
clear Clears the playback queue
help Prints this message or the help of the given subcommand(s)
leave Leaves the channel
- next Switches to the next queue entry
+ next Switches to the next playlist entry
pause Pauses audio playback
play Starts audio playback
search Adds the first video found on YouTube
diff --git a/src/command.rs b/src/command.rs
index 207a1c6..999ee37 100644
--- a/src/command.rs
+++ b/src/command.rs
@@ -27,7 +27,7 @@ pub enum Command {
Seek { amount: Seek },
/// Stops audio playback
Stop,
- /// Switches to the next queue entry
+ /// Switches to the next playlist entry
#[structopt(alias = "skip")]
Next,
/// Clears the playback queue