diff options
author | Christopher Faylor <me@cgf.cx> | 2001-09-19 22:06:33 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2001-09-19 22:06:33 +0000 |
commit | 2f02f2183109163720fa9f3d288c66ab82dcd532 (patch) | |
tree | d3dc3e61a8d54e69899291599583ea2d781aae08 /winsup | |
parent | 9e5ad282f006529cc62d30bd3eb54b14f6e5bf1d (diff) | |
download | newlib-2f02f2183109163720fa9f3d288c66ab82dcd532.zip newlib-2f02f2183109163720fa9f3d288c66ab82dcd532.tar.gz newlib-2f02f2183109163720fa9f3d288c66ab82dcd532.tar.bz2 |
Add -t option.
Diffstat (limited to 'winsup')
-rw-r--r-- | winsup/utils/utils.sgml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/utils/utils.sgml b/winsup/utils/utils.sgml index 2e45788..84f9569 100644 --- a/winsup/utils/utils.sgml +++ b/winsup/utils/utils.sgml @@ -579,7 +579,7 @@ Usage strace [-m mask] [-o output-file] [ft] program [args...] -m mask mask for reporting cygwin events (default 1) -n convert Win32 error messages to text -o output-file output file to hold strace events (default stderr) --f follow forked subprocesses +-t output time in hh:mm:ss format -u include time in usecs since start for each line (default) </screen> |