Fix syntax error in gphoto2 completions

This commit is contained in:
Alan Somers
2017-05-15 19:58:04 -06:00
committed by Kurtis Rader
parent 523dc6da6d
commit 3aa42389ef

View File

@@ -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'