Skip to content

Commit

Permalink
Remove claim of mplayer support (no logic changes)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tony Crisci committed Sep 7, 2014
1 parent 6fb5475 commit a3686da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Playerctl

For true players only: spotify, vlc, audacious, bmp, xmms2, mplayer, and others.
For true players only: spotify, vlc, audacious, bmp, xmms2, and others.

## About

Expand Down
2 changes: 1 addition & 1 deletion playerctl/playerctl-cli.c
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ static char *description = "Available Commands:"
"\n status Get the play status of the player"
"\n metadata [KEY] Print metadata information for the current track. Print only value of KEY if passed";

static char *summary = " For true players only: spotify, vlc, audacious, bmp, xmms2, mplayer, and others.";
static char *summary = " For true players only: spotify, vlc, audacious, bmp, xmms2, and others.";

static GOptionEntry entries[] = {
{ "player", 'p', 0, G_OPTION_ARG_STRING, &player_name, "The name of the player to control (default: the first available player)", "NAME" },
Expand Down

0 comments on commit a3686da

Please sign in to comment.