mpc: apply corrections and suggestions

waldyrious/alt-syntax
Daniel Campoverde [alx741] 2016-05-06 11:24:46 -05:00
parent ff1a038cfb
commit 8121dda4a4
1 changed files with 4 additions and 4 deletions

View File

@ -1,9 +1,9 @@
# mpc # mpc
> Music Player Client. > Music Player Client.
> Program for controlling Music Player Daemon (MPD). > Program for controlling the Music Player Daemon (MPD).
- Toggle between play and pause: - Toggle play/pause:
`mpc toggle` `mpc toggle`
@ -11,7 +11,7 @@
`mpc stop` `mpc stop`
- Show information about currently playing song: - Show information about the currently playing song:
`mpc status` `mpc status`
@ -23,6 +23,6 @@
`mpc prev` `mpc prev`
- Seek playing song: - Forward/Rewind the currently playing song:
`mpc [+-]{{seconds}}` `mpc [+-]{{seconds}}`