You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I used [typos](https://github.com/crate-ci/typos/).
I manually checked all the corrections and they seem safe to me.
There are still some left, but those in this PR are good
Copy file name to clipboardExpand all lines: custom-completions/reflector/reflector-completions.nu
+1-1
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ export extern "reflector" [
26
26
--score: int# Limit the list to the n servers with the highest score.
27
27
--number(-n): int# Return at most n mirrors.
28
28
--protocol(-p): string@"nu-complete protocol"# Match one of the given protocols, e.g. "https" or "ftp". Multiple protocols may be selected using commas (e.g. "https,http") or by passing this option multiple times.
29
-
--complection-percent: int# Set the minimum completion percent for the returned mirrors. Check the mirrorstatus webpage for the meaning of this parameter. Default value: 100.0.
29
+
--completion-percent: int# Set the minimum completion percent for the returned mirrors. Check the mirrorstatus webpage for the meaning of this parameter. Default value: 100.0.
0 commit comments