mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-11 15:37:24 +00:00
Fix syntax error in gphoto2 completions
This commit is contained in:
parent
4050166738
commit
a5d3ac8444
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue