* strace.cc (usage): Add missing description for -q.
This commit is contained in:
parent
5c8891e962
commit
99b0856099
|
@ -1,3 +1,7 @@
|
||||||
|
2007-07-09 Christopher Faylor <me+cygwin@cgf.cx>
|
||||||
|
|
||||||
|
* strace.cc (usage): Add missing description for -q.
|
||||||
|
|
||||||
2007-07-09 Christopher Faylor <me+cygwin@cgf.cx>
|
2007-07-09 Christopher Faylor <me+cygwin@cgf.cx>
|
||||||
|
|
||||||
* Makefile.in (kill.exe): Remove reliance on libiberty.
|
* Makefile.in (kill.exe): Remove reliance on libiberty.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
/* strace.cc
|
/* strace.cc
|
||||||
|
|
||||||
Copyright 2000, 2001, 2002, 2003, 2004, 2005 Red Hat Inc.
|
Copyright 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007 Red Hat Inc.
|
||||||
|
|
||||||
Written by Chris Faylor <cgf@redhat.com>
|
Written by Chris Faylor <cgf@redhat.com>
|
||||||
|
|
||||||
|
@ -826,6 +826,7 @@ Trace system calls and signals\n\
|
||||||
numbers for Windows errors\n\
|
numbers for Windows errors\n\
|
||||||
-o, --output=FILENAME set output file to FILENAME\n\
|
-o, --output=FILENAME set output file to FILENAME\n\
|
||||||
-p, --pid=n attach to executing program with cygwin pid n\n\
|
-p, --pid=n attach to executing program with cygwin pid n\n\
|
||||||
|
-q, --quiet suppress messages about attaching, detaching, etc.\n\
|
||||||
-S, --flush-period=PERIOD flush buffered strace output every PERIOD secs\n\
|
-S, --flush-period=PERIOD flush buffered strace output every PERIOD secs\n\
|
||||||
-t, --timestamp use an absolute hh:mm:ss timestamp insted of \n\
|
-t, --timestamp use an absolute hh:mm:ss timestamp insted of \n\
|
||||||
the default microsecond timestamp. Implies -d\n\
|
the default microsecond timestamp. Implies -d\n\
|
||||||
|
|
Loading…
Reference in New Issue