From 3aa42389ef9a5837bf496a8508c0f6f387256674 Mon Sep 17 00:00:00 2001 From: Alan Somers Date: Mon, 15 May 2017 19:58:04 -0600 Subject: [PATCH] Fix syntax error in gphoto2 completions --- share/completions/gphoto2.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/completions/gphoto2.fish b/share/completions/gphoto2.fish index 00285ead9..add427764 100644 --- a/share/completions/gphoto2.fish +++ b/share/completions/gphoto2.fish @@ -1,6 +1,6 @@ #Common options -complete -c gphoto2 -s '?'-l 'help' -d 'Print complete help message on program usage' +complete -c gphoto2 -s '?' -l 'help' -d 'Print complete help message on program usage' complete -c gphoto2 -l 'usage' -d 'Print short message on program usage' complete -c gphoto2 -l 'debug' -d 'Turn on debugging' complete -c gphoto2 -l 'debug-logfile' -r -d 'Name of file to write debug info to'