diff options
author | Christopher Faylor <me@cgf.cx> | 2002-02-28 00:08:52 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2002-02-28 00:08:52 +0000 |
commit | 14fdd4415f4a500215fe51a7ee8a9b969571d276 (patch) | |
tree | f83f3091fac4cd5070fd3a4626ddd0fb3b5b2d76 /winsup/utils/utils.sgml | |
parent | fd2ded00a7052833ade55edacb9fe676aed32d0c (diff) | |
download | cygnal-14fdd4415f4a500215fe51a7ee8a9b969571d276.tar.gz cygnal-14fdd4415f4a500215fe51a7ee8a9b969571d276.tar.bz2 cygnal-14fdd4415f4a500215fe51a7ee8a9b969571d276.zip |
Update options
Diffstat (limited to 'winsup/utils/utils.sgml')
-rw-r--r-- | winsup/utils/utils.sgml | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/winsup/utils/utils.sgml b/winsup/utils/utils.sgml index 6569de25d..761040430 100644 --- a/winsup/utils/utils.sgml +++ b/winsup/utils/utils.sgml @@ -9,11 +9,12 @@ specifically for Cygwin.</para> <screen> Usage: cygcheck [-s] [-v] [-r] [-h] [program ...] - -c = check current package setup - -s = system information - -v = verbose output (indented) (for -s or programs) - -r = registry search (requires -s) - -h = give help about the info + -c check current package setup + -h give help about the info + -s system information + -v verbose output (indented) (for -s or programs) + -r registry search (requires -s) + -V version info You must at least give either -s or a program name </screen> @@ -624,9 +625,10 @@ Usage strace [options] program [args...] -f, --trace-children also trace forked child processes -h, --help display help info -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 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 -t, --timestamp use an absolute hh:mm:ss timestamp insted of the default microsecond timestamp. Implies -d |