aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Schwinge <tschwinge@gnu.org>2007-04-03 16:21:32 +0000
committerThomas Schwinge <tschwinge@gnu.org>2007-04-03 16:21:32 +0000
commitb5e594cb55735480b762f8794cac4ebe630d6bec (patch)
tree44ca8a89e445e520c10e6dfb2786cf6cb4b16cc4
parent1155a49a3987e583187d62637bf30f4fb31fee28 (diff)
downloadmig-b5e594cb55735480b762f8794cac4ebe630d6bec.tar.gz
mig-b5e594cb55735480b762f8794cac4ebe630d6bec.tar.bz2
mig-b5e594cb55735480b762f8794cac4ebe630d6bec.zip
2007-04-03 Thomas Schwinge <tschwinge@gnu.org>
* mig.in (--help): Document the ``-i'' option better.
-rw-r--r--ChangeLog4
-rw-r--r--mig.in4
2 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 59850e3..a5f7367 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-04-03 Thomas Schwinge <tschwinge@gnu.org>
+
+ * mig.in (--help): Document the ``-i'' option better.
+
2007-03-05 Thomas Schwinge <tschwinge@gnu.org>
* COPYING: Update the FSF's postal address.
diff --git a/mig.in b/mig.in
index 25053b9..7707bf2 100644
--- a/mig.in
+++ b/mig.in
@@ -88,12 +88,12 @@ generates Mach RPC stubs from definition files.
-V compile silently [default]
-s generate symbol table in Server.c code
-S suppress symbol table in Server.c code [default]
- -i generate separate files for each routine
+ -i BASE generate separate files (base BASE) for each routine
-server FILE generate server stubs in FILE
-user FILE generate user stubs in FILE
-header FILE generate stub header file in FILE
-list FILE generate list of RPC names and message IDs in FILE
- -n suppress default output file names, create only given files
+ -n suppress default output files, create only given files
-migcom use migcom instead of CPP
Any switches not listed are passed on to the preprocessor, invoked by: