diff --git a/racket/collects/pkg/main.rkt b/racket/collects/pkg/main.rkt index a658d357c6..2541da8ea8 100644 --- a/racket/collects/pkg/main.rkt +++ b/racket/collects/pkg/main.rkt @@ -581,7 +581,7 @@ [(#:str state-database #f) state () "Read/write as state of "] [(#:str vers #f) version ("-v") "Copy information suitable for Racket "] [#:bool relative () "Make source paths relative when possible"] - [(#:sym mode [fail ignore continue] 'fail) pkg-fail () + [(#:sym mode [fail skip continue] 'fail) pkg-fail () ("Select handling of package-download failure;" "s: fail (the default), skip, continue (but with exit status of 5)")] #:args (dest-dir . src-catalog)