diff --git a/src/ioc/dbtemplate/msi.html b/src/ioc/dbtemplate/msi.html index b7e4e9e9e..ff4341ead 100644 --- a/src/ioc/dbtemplate/msi.html +++ b/src/ioc/dbtemplate/msi.html @@ -24,7 +24,7 @@ accepted by the EPICS IOC's dbLoadTemplate command.

Command Syntax:

-
msi -V -g -ooutfile -Idir -Msubs -Ssubfile template
+
msi -V -g -D -ooutfile -Idir -Msubs -Ssubfile template

All parameters are optional. The -o, -I, -M, and -S switches may be separated from their associated value string by spaces if desired. Output will @@ -46,6 +46,13 @@ be written to stdout unless the -o option is given.

this was the behavior of previous versions of msi, but it does not follow common scoping rules and is discouraged. +
-D
+
Output dependency information suitable for including by a Makefile to + stdout instead of performing the macro substitutions. The -o option + must be given to specify the target name for the dependency rules. Other + options should be given exactly as will be used in the macro substitution + process.
+
-o file
Output will be written to the specifed file rather than to the standard output.