Skip to content

Commit

Permalink
List the correct playlist commnads for help -L
Browse files Browse the repository at this point in the history
  • Loading branch information
ldolse committed Nov 23, 2012
1 parent ccff69b commit 70eba0f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions empcd.c
Original file line number Diff line number Diff line change
Expand Up @@ -368,10 +368,10 @@ static const struct empcd_funcs
{"MPD_SEEK", f_seek, "mpd_seek", "[+|-]<val>[%]", "MPD Seek direct or relative (+|-) percentage when ends in %"},
{"MPD_VOLUME", f_volume, "mpd_volume", "[+|-]<val>[%]", "MPD Volume direct or relative (+|-) percentage when ends in %"},
{"MPD_RANDOM", f_random, "mpd_random", "[toggle|on|off]", "MPD Random Toggle or Set"},
{"MPD_LOAD", f_load, "mpd_plst_load", "<playlist>", "MPD Load Playlist"},
{"MPD_SAVE", f_save, "mpd_plst_save", "<playlist>", "MPD Save Playlist"},
{"MPD_CLEAR", f_clear, "mpd_plst_clear", NULL, "MPD Clear Playlist"},
{"MPD_REMOVE", f_remove, "mpd_plst_remove", "<playlist>", "MPD Remove Playlist"},
{"MPD_LOAD", f_load, "mpd_load", "<playlist>", "MPD Append Playlist"},
{"MPD_SAVE", f_save, "mpd_save", "<playlist>", "MPD Save Playlist"},
{"MPD_CLEAR", f_clear, "mpd_clear", NULL, "MPD Clear Playlist"},
{"MPD_REMOVE", f_remove, "mpd_remove", "<playlist>", "MPD Remove Playlist"},
{NULL, NULL, NULL, NULL, "undefined"}
};

Expand Down

0 comments on commit 70eba0f

Please sign in to comment.