Add -t option.

This commit is contained in:
Christopher Faylor 2001-09-19 22:06:33 +00:00
parent 9e5ad282f0
commit 2f02f21831
1 changed files with 1 additions and 1 deletions

View File

@ -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>