From 8cc2cb9316c8d8a30763f834f50b2a1d027088e4 Mon Sep 17 00:00:00 2001 From: sof Date: Thu, 13 Dec 2001 01:00:28 +0000 Subject: [PATCH] [project @ 2001-12-13 01:00:28 by sof] Document -i option --- ghc/docs/users_guide/packages.sgml | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) 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. + + + + + -- 1.7.10.4