]> git.donarmstrong.com Git - lilypond.git/commitdiff
Docs: Usage: explain multiple -I option
authorTrevor Daniels <t.daniels@treda.co.uk>
Mon, 9 Aug 2010 17:48:57 +0000 (18:48 +0100)
committerTrevor Daniels <t.daniels@treda.co.uk>
Mon, 9 Aug 2010 17:48:57 +0000 (18:48 +0100)
 - thank, Eluze!

Documentation/usage/running.itely

index 8649b6fa4a33070e6bc425c777709bec2a7968a3..86f5b51beeaf3831d34cd6ad434d72f109257f99 100644 (file)
@@ -289,10 +289,14 @@ Show a summary of usage.
 @item -H,--header=@var{FIELD}
 Dump a header field to file @file{BASENAME.@var{FIELD}}.
 
-@item --include, -I=@var{directory}
-Add @var{directory} to the search path for input files.
 @cindex file searching
 @cindex search path
+@item --include, -I=@var{directory}
+Add @var{directory} to the search path for input files.
+
+Multiple -I options may be given.  The search will start in the
+first defined directory, and if the file to be included is not
+found the search will continue in subsequent directories.
 
 @item -i,--init=@var{file}
 Set init file to @var{file} (default: @file{init.ly}).