Fix completion for totem

This commit is contained in:
Jan Ernsting 2015-09-27 14:33:52 +02:00
parent 2334374fd6
commit 7376639789

View File

@ -1,7 +1,7 @@
#completion for totem
complete -c totem -l usage --description 'Output a brief synopsis of command options then quit'
complete -c totem -s ? -l help --description 'Output a longer help message then quit'
complete -c totem -s '?' -l help --description 'Output a longer help message then quit'
complete -c totem -l version --description 'Output version information then quit'
complete -c totem -l play-pause --description 'Tell any running totem instance: Toggle between play and pause'
complete -c totem -l play --description 'Tell any running totem instance: Play'