Fix flag name. Bring in line with docs.
Please merge to 6.3.
This commit is contained in:
parent
9fe486b9e0
commit
511fa20825
|
@ -581,7 +581,7 @@
|
|||
[(#:str state-database #f) state () "Read/write <state-database> as state of <dest-dir>"]
|
||||
[(#:str vers #f) version ("-v") "Copy information suitable for Racket <vers>"]
|
||||
[#: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;"
|
||||
"<mode>s: fail (the default), skip, continue (but with exit status of 5)")]
|
||||
#:args (dest-dir . src-catalog)
|
||||
|
|
Loading…
Reference in New Issue
Block a user