From 99b08560990feec1f9584861b7345d90c0c5881a Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Tue, 10 Jul 2007 00:57:30 +0000 Subject: [PATCH] * strace.cc (usage): Add missing description for -q. --- winsup/utils/ChangeLog | 4 ++++ winsup/utils/strace.cc | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/winsup/utils/ChangeLog b/winsup/utils/ChangeLog index ca410f189..4d39e036f 100644 --- a/winsup/utils/ChangeLog +++ b/winsup/utils/ChangeLog @@ -1,3 +1,7 @@ +2007-07-09 Christopher Faylor + + * strace.cc (usage): Add missing description for -q. + 2007-07-09 Christopher Faylor * Makefile.in (kill.exe): Remove reliance on libiberty. diff --git a/winsup/utils/strace.cc b/winsup/utils/strace.cc index d8a2ed82b..7281b3e41 100644 --- a/winsup/utils/strace.cc +++ b/winsup/utils/strace.cc @@ -1,6 +1,6 @@ /* 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 @@ -826,6 +826,7 @@ Trace system calls and signals\n\ numbers for Windows errors\n\ -o, --output=FILENAME set output file to FILENAME\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\ -t, --timestamp use an absolute hh:mm:ss timestamp insted of \n\ the default microsecond timestamp. Implies -d\n\