Updated the documenation on the "load" command to include the

"-silent" option and the redefinition of "-quiet".
This commit is contained in:
Tim Edwards 2022-12-19 11:25:09 -05:00
parent 23b8d08f86
commit 3d1cf5aa2e
1 changed files with 7 additions and 2 deletions

View File

@ -26,7 +26,8 @@ Load a cell into the layout window
<H3>Usage:</H3>
<BLOCKQUOTE>
<B>load</B> [<I>cellname</I> [<B>scaled</B> <I>n</I> [<I>d</I>]]]
[<B>-force</B>] [<B>-dereference</B>] [<B>-quiet</B>] [<B>-fail</B>]
[<B>-force</B>] [<B>-dereference</B>] [<B>-quiet</B>]
[<B>-silent</B>] [<B>-fail</B>]
<BR><BR>
<BLOCKQUOTE>
where <I>cellname</I> is the name of a cell that presumably
@ -70,12 +71,16 @@ Load a cell into the layout window
do for layout such as logos and text lettering drawn in
routing layers. <P>
The <B>-quiet</B> option prevents magic from generating error
The <B>-silent</B> option prevents magic from generating error
messages during loads. This can be used to prevent magic from
complaining that a file does not exist when "<B>load</B>" is
being used to create a new cell, rather than load one from
disk. <P>
The <B>-quiet</B> option prevents magic from generating
diagnostic output during a file load. It will only print
important warnings and errors. <P>
By default, if a cell cannot be found in the search path, then
a new empty layout is created with the name of the specified
cell. The <B>-fail</B> option prevents magic from creating a