mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-22 10:06:49 +08:00
Fix syntax error in gphoto2 completions
This commit is contained in:
parent
523dc6da6d
commit
3aa42389ef
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue
Block a user