From a6d3c4f79280b4ab421e44f8ac64f08db337c4cf Mon Sep 17 00:00:00 2001
From: Andrew Johnson
Date: Tue, 14 Apr 2015 17:57:10 -0500
Subject: [PATCH] Document -D option to msi
---
src/ioc/dbtemplate/msi.html | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
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.