From bd260e132ea803fdee3a67a568c316d6f1c09b61 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Thu, 27 Dec 2007 16:35:35 +0000 Subject: [PATCH] typo in reference svn: r8139 --- collects/scribblings/reference/cmdline.scrbl | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/collects/scribblings/reference/cmdline.scrbl b/collects/scribblings/reference/cmdline.scrbl index f325e12513..ea7b3c5200 100644 --- a/collects/scribblings/reference/cmdline.scrbl +++ b/collects/scribblings/reference/cmdline.scrbl @@ -15,11 +15,11 @@ (code:line #:name name-expr)] [optional-argv-expr code:blank (code:line #:argv argv-expr)] - [clause (code:line #:multi flag-spec ...) - (code:line #:once-each flag-spec ...) - (code:line #:once-any flag-spec ...) - (code:line #:final flag-spec ...) - (code:line #:help-labels string ...)] + [flag-clause (code:line #:multi flag-spec ...) + (code:line #:once-each flag-spec ...) + (code:line #:once-any flag-spec ...) + (code:line #:final flag-spec ...) + (code:line #:help-labels string ...)] [flag-spec (flags id ... help-spec body ...+) (flags => handler-expr help-expr)] [flags flag-string @@ -38,7 +38,7 @@ unknown-expr)])]{ Parses a command line according to the specification in the -@scheme[clause]s. +@scheme[flag-clause]s. The @scheme[name-expr], if provided, should produce a path or string to be used as the program name for reporting errors when the