From: sof Date: Thu, 13 Dec 2001 01:00:28 +0000 (+0000) Subject: [project @ 2001-12-13 01:00:28 by sof] X-Git-Tag: Approximately_9120_patches~394 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=8cc2cb9316c8d8a30763f834f50b2a1d027088e4;p=ghc-hetmet.git [project @ 2001-12-13 01:00:28 by sof] Document -i option --- diff --git a/ghc/docs/users_guide/packages.sgml b/ghc/docs/users_guide/packages.sgml index b75a6d8..e57b3f9 100644 --- a/ghc/docs/users_guide/packages.sgml +++ b/ghc/docs/users_guide/packages.sgml @@ -189,10 +189,9 @@ - - + - Reads a package specification (see below) on stdin, + Reads package specification from the input (see below), and adds it to the database of installed packages. The package specification must be a package that isn't already installed. @@ -200,6 +199,20 @@ + + + + + Read new package specifications from file + file. If a value of + "-" is given, standard input is used. + If no is present on the command-line, + an input file of "-" is assumed. + + + + +