From 868a50bd995811be1bf18dc740975e43e08342b4 Mon Sep 17 00:00:00 2001 From: Emily Seville Date: Sun, 7 Nov 2021 22:32:50 +1000 Subject: [PATCH] Descriptions simplified for wineboot completions --- share/completions/wineboot.fish | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/share/completions/wineboot.fish b/share/completions/wineboot.fish index 15c95e196..876afc584 100644 --- a/share/completions/wineboot.fish +++ b/share/completions/wineboot.fish @@ -1,8 +1,8 @@ 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 e -l end-session -d 'End current session cleanly' +complete -c wineboot -s f -l force -d 'Force exit processes 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' +complete -c wineboot -s k -l kill -d 'Kill processes without cleanup' +complete -c wineboot -s r -l restart -d 'Restart' +complete -c wineboot -s s -l shutdown -d 'Shutdown' +complete -c wineboot -s u -l update -d 'Update wineprefix directory'