From 9842077cb2bd968e0b14502609cf41741e170d33 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Thu, 24 Jan 2013 13:00:44 +0100 Subject: [PATCH] Improve -I description Issue #88. --- doc/manual/opt-common.xml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/doc/manual/opt-common.xml b/doc/manual/opt-common.xml index 72971bd6a7..329345773d 100644 --- a/doc/manual/opt-common.xml +++ b/doc/manual/opt-common.xml @@ -343,10 +343,11 @@ path - Add a path to the Nix expression search path. See - the NIX_PATH environment variable for details. Paths - added through take precedence over - NIX_PATH. + Add a path to the Nix expression search path. This + option may be given multiple times. See the NIX_PATH + environment variable for information on the semantics of the Nix + search path. Paths added through take + precedence over NIX_PATH.