From e2e2c1e8027e45252d0c7810e36144bd6f843e85 Mon Sep 17 00:00:00 2001 From: Eli Barzilay Date: Wed, 7 Apr 2010 13:16:59 +0000 Subject: [PATCH] no flags now svn: r18749 --- collects/meta/props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/collects/meta/props b/collects/meta/props index 20b8af3d86..4f461407b7 100755 --- a/collects/meta/props +++ b/collects/meta/props @@ -313,7 +313,7 @@ properties, intended to be used by meta tools: (car (or (assq s known-props) (error* #f "unknown property `~s'" s))))) (define (help . _) (define (para . lines) (for ([line lines]) (printf " ~a\n" line))) - (printf "Usage: ~a [flags] subcommand args ...\n" (script-name)) + (printf "Usage: ~a subcommand args ...\n" (script-name)) (para "This is a utility for manipulating properties in the PLT repository." "Each of the following subcommands expects a property name from a set of"