mirror of
https://github.com/fish-shell/fish-shell.git
synced 2024-11-22 13:57:17 +08:00
Fixed a typo in rc-update autocompletion
This commit is contained in:
parent
0991e0b27f
commit
08a455d4f1
|
@ -16,7 +16,7 @@ function __fish_complete_rc-update_runlevels
|
|||
default \
|
||||
'Last startup runlevel' \
|
||||
shutdown \
|
||||
'Runlevel for stutting down'
|
||||
'Runlevel for shutting down'
|
||||
printf "%s\t%s\n" $levels
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user