Skip to content

Commit 48d9cc5

Browse files
scopakinomyoga
authored andcommitted
fix(gnome-mplayer): fix wrong option -w for compgen
1 parent 5fe66d8 commit 48d9cc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

completions/gnome-mplayer

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ _comp_cmd_gnome_mplayer()
1010
return
1111
;;
1212
--showcontrols | --showsubtitles | --autostart)
13-
_comp_compgen -- -w '0 1'
13+
_comp_compgen -- -W '0 1'
1414
return
1515
;;
1616
--subtitle)

0 commit comments

Comments
 (0)