fix(completion): typo

This commit is contained in:
EmilyGraceSeville7cf 2024-09-15 22:01:07 +10:00
parent 1add358d3a
commit c68c9ae281

View file

@ -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 \