racket/pkgs/racket-doc/scribblings/raco/docs.scrbl
Matthew Flatt 2d4f3e2ac9 remove the "racket-pkgs" directory layer
The layer is now redundant, since everything left in "pkgs" is in the
"racket-pkgs" category.
2014-12-08 05:22:59 -07:00

15 lines
400 B
Racket

#lang scribble/doc
@(require scribble/manual "common.rkt")
@title[#:tag "docs"]{@exec{raco docs}: Documentation Search}
The @exec{raco docs} command searches the documentation for
the given identifiers or search terms.
Command-line flags:
@itemlist[
@item{@Flag{h} or @DFlag{help} --- show help information for this command}
@item{@DFlag{} --- do not treat remaining arguments as switches}
]