From 73766397899372b3ce4fe7f857d48e87c048ad5d Mon Sep 17 00:00:00 2001 From: Jan Ernsting Date: Sun, 27 Sep 2015 14:33:52 +0200 Subject: [PATCH] Fix completion for totem --- share/completions/totem.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/completions/totem.fish b/share/completions/totem.fish index b477dc8db..7eb557fbf 100644 --- a/share/completions/totem.fish +++ b/share/completions/totem.fish @@ -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'