summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKoen Wilde <koen@chillheid.nl>2014-07-14 22:29:48 +0200
committerPeter Stephenson <p.w.stephenson@ntlworld.com>2014-07-15 19:32:05 +0100
commit7d5db0d27785c61b8056c405a8ae31ec3a4eb01d (patch)
treec7693c816b44924d8fbcbf4c51d924d6d257f086
parent71e094772b7bfb87a67c1446c4447270c4d69bad (diff)
downloadzsh-7d5db0d27785c61b8056c405a8ae31ec3a4eb01d.tar.gz
zsh-7d5db0d27785c61b8056c405a8ae31ec3a4eb01d.zip
32863: completion for mpc insert command
-rw-r--r--Completion/Unix/Command/_mpc3
1 files changed, 2 insertions, 1 deletions
diff --git a/Completion/Unix/Command/_mpc b/Completion/Unix/Command/_mpc
index e72feef47..12707677f 100644
--- a/Completion/Unix/Command/_mpc
+++ b/Completion/Unix/Command/_mpc
@@ -25,7 +25,7 @@ _mpc_command() {
local mpc_cmds
mpc_cmds=(
- add:"add a song to the current playlist"
+ add:"append a song to the end of the current playlist"
clear:"clear the current playlist"
crop:"remove all songs except for the currently playing song"
current:"show the currently playing song"
@@ -35,6 +35,7 @@ _mpc_command() {
enable:"enable a output"
idle:"wait until an event occurs"
idleloop:"loop waiting for events"
+ insert:"insert a song after the currently playing song in the playlist"
listall:"list all songs in the music directory"
load:"load file as a playlist"
ls:"list the contents of specified directory"