Update options
This commit is contained in:
parent
fd2ded00a7
commit
14fdd4415f
|
@ -9,11 +9,12 @@ specifically for Cygwin.</para>
|
||||||
|
|
||||||
<screen>
|
<screen>
|
||||||
Usage: cygcheck [-s] [-v] [-r] [-h] [program ...]
|
Usage: cygcheck [-s] [-v] [-r] [-h] [program ...]
|
||||||
-c = check current package setup
|
-c check current package setup
|
||||||
-s = system information
|
-h give help about the info
|
||||||
-v = verbose output (indented) (for -s or programs)
|
-s system information
|
||||||
-r = registry search (requires -s)
|
-v verbose output (indented) (for -s or programs)
|
||||||
-h = give help about the info
|
-r registry search (requires -s)
|
||||||
|
-V version info
|
||||||
You must at least give either -s or a program name
|
You must at least give either -s or a program name
|
||||||
</screen>
|
</screen>
|
||||||
|
|
||||||
|
@ -624,9 +625,10 @@ Usage strace [options] program [args...]
|
||||||
-f, --trace-children also trace forked child processes
|
-f, --trace-children also trace forked child processes
|
||||||
-h, --help display help info
|
-h, --help display help info
|
||||||
-m, --mask=MASK set message filter mask
|
-m, --mask=MASK set message filter mask
|
||||||
-o, --output=FILENAME set output file to FILENAME
|
|
||||||
-n, --crack-error-numbers output descriptive text instead of error
|
-n, --crack-error-numbers output descriptive text instead of error
|
||||||
numbers for Windows errors
|
numbers for Windows errors
|
||||||
|
-o, --output=FILENAME set output file to FILENAME
|
||||||
|
-p, --pid=pid attach to a running process
|
||||||
-S, --flush-period=PERIOD flush buffered strace output every PERIOD secs
|
-S, --flush-period=PERIOD flush buffered strace output every PERIOD secs
|
||||||
-t, --timestamp use an absolute hh:mm:ss timestamp insted of the
|
-t, --timestamp use an absolute hh:mm:ss timestamp insted of the
|
||||||
default microsecond timestamp. Implies -d
|
default microsecond timestamp. Implies -d
|
||||||
|
|
Loading…
Reference in New Issue