From be19dcb79d4179a78cb7f465c5f2aea2c1abed7f Mon Sep 17 00:00:00 2001 From: Eli Barzilay Date: Fri, 10 Sep 2010 09:48:53 -0400 Subject: [PATCH] Use "" instead of a misleading "", improve doc line for `--collect'. original commit: 41812ace0f128f4a7681b8fcb731b04952643f17 --- collects/compiler/commands/pack.rkt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/collects/compiler/commands/pack.rkt b/collects/compiler/commands/pack.rkt index 852ee99d74..8a2fa32a50 100644 --- a/collects/compiler/commands/pack.rkt +++ b/collects/compiler/commands/pack.rkt @@ -23,7 +23,7 @@ (command-line #:program (short-program+command-name) #:once-each - [("--collect") "Pack collections instead of files and directories" + [("--collect") "s specify collections instead of files/dirs" (collection? #t)] [("--plt-name") name "Set the printed describing the archive" (plt-name name)] @@ -45,8 +45,8 @@ #:once-each [("-v") "Verbose mode" (verbose #t)] - #:args (dest-file . file) - (values dest-file file))) + #:args (dest-file . path) + (values dest-file path))) (if (not (collection?)) ;; Files and directories