m4-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Changes to m4/src/main.c,v


From: Eric Blake
Subject: Changes to m4/src/main.c,v
Date: Tue, 26 Sep 2006 21:21:52 +0000

CVSROOT:        /sources/m4
Module name:    m4
Changes by:     Eric Blake <ericb>      06/09/26 21:21:50

Index: src/main.c
===================================================================
RCS file: /sources/m4/m4/src/main.c,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -b -r1.87 -r1.88
--- src/main.c  21 Sep 2006 04:12:55 -0000      1.87
+++ src/main.c  26 Sep 2006 21:21:50 -0000      1.88
@@ -137,19 +137,20 @@
       fputs (_("\
 \n\
 FLAGS is any of:\n\
-  a   show actual arguments\n\
-  c   show before collect, after collect and after call\n\
-  e   show expansion\n\
-  f   say current input file name\n\
-  i   show changes in input files\n\
-  l   say current input line number\n\
+  a   show actual arguments in trace\n\
+  c   show before collect, after collect and after call in trace\n\
+  e   show expansion in trace\n\
+  f   include current input file name in trace and debug\n\
+  i   show changes in input files in debug\n\
+  l   include current input line number in trace and debug\n\
 "), stdout);
       fputs (_("\
-  m   show actions related to modules\n\
-  p   show results of path searches\n\
-  q   quote values as necessary, with a or e flag\n\
-  t   trace for all macro calls, not only traceon'ed\n\
-  x   add a unique macro call id, useful with c flag\n\
+  m   show actions related to modules in debug\n\
+  p   show results of path searches in debug\n\
+  q   quote values as necessary in dumpdef and trace, useful with a or e\n\
+  s   show full stack of pushdef values in dumpdef\n\
+  t   trace all macro calls, regardless of named traceon state\n\
+  x   add a unique macro call id in trace, useful with c\n\
   V   shorthand for all of the above flags\n\
 "), stdout);
       fputs (_("\




reply via email to

[Prev in Thread] Current Thread [Next in Thread]