mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-27 05:13:10 +00:00
wine -> wineboot replace in wineboot.fish
This commit is contained in:
parent
13afc8ae3a
commit
e38eebcb11
1 changed files with 8 additions and 8 deletions
|
@ -1,8 +1,8 @@
|
|||
complete -c wine -s h -l help -d 'Show help and exit'
|
||||
complete -c wine -s e -l end-session -d 'End the current session cleanly'
|
||||
complete -c wine -s f -l force -d 'Force exit for processes that don\'t exit cleanly'
|
||||
complete -c wine -s i -l init -d 'Perform initialization for first Wine instance'
|
||||
complete -c wine -s k -l kill -d 'Kill running processes without any cleanup'
|
||||
complete -c wine -s r -l restart -d 'Restart only, don\'t do normal startup operations'
|
||||
complete -c wine -s s -l shutdown -d 'Shutdown only, don\'t reboot'
|
||||
complete -c wine -s u -l update -d 'Update the wineprefix directory'
|
||||
complete -c wineboot -s h -l help -d 'Show help and exit'
|
||||
complete -c wineboot -s e -l end-session -d 'End the current session cleanly'
|
||||
complete -c wineboot -s f -l force -d 'Force exit for processes that don\'t exit cleanly'
|
||||
complete -c wineboot -s i -l init -d 'Perform initialization for first Wine instance'
|
||||
complete -c wineboot -s k -l kill -d 'Kill running processes without any cleanup'
|
||||
complete -c wineboot -s r -l restart -d 'Restart only, don\'t do normal startup operations'
|
||||
complete -c wineboot -s s -l shutdown -d 'Shutdown only, don\'t reboot'
|
||||
complete -c wineboot -s u -l update -d 'Update the wineprefix directory'
|
||||
|
|
Loading…
Reference in a new issue