mirror of
https://github.com/fish-shell/fish-shell
synced 2024-12-26 12:53:13 +00:00
fix(completion): typo
This commit is contained in:
parent
1add358d3a
commit
c68c9ae281
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ complete -c $command \
|
|||
complete -c $command \
|
||||
-a 'false\tdefault true' \
|
||||
-l persisted \
|
||||
-d 'Whether run un-schedule script on reboots' \
|
||||
-d 'Whether unschedule script on reboots' \
|
||||
-x
|
||||
|
||||
complete -c $command \
|
||||
|
|
Loading…
Reference in a new issue