mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-08 10:41:13 -03:00
Fix syntax error in gphoto2 completions
This commit is contained in:
committed by
Kurtis Rader
parent
4050166738
commit
a5d3ac8444
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user