diff options
author | Christopher Faylor <me@cgf.cx> | 2005-10-03 16:39:29 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2005-10-03 16:39:29 +0000 |
commit | b94d50c035e3a1633e47c56312a52ba4e408f199 (patch) | |
tree | d77fb989666552e453590927a0d3968539fd6bb2 /winsup | |
parent | f69e2532cf5f3b7d54b22578b2eef3f6f2afaea6 (diff) | |
download | newlib-b94d50c035e3a1633e47c56312a52ba4e408f199.zip newlib-b94d50c035e3a1633e47c56312a52ba4e408f199.tar.gz newlib-b94d50c035e3a1633e47c56312a52ba4e408f199.tar.bz2 |
add other options
Diffstat (limited to 'winsup')
-rw-r--r-- | winsup/utils/utils.sgml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/winsup/utils/utils.sgml b/winsup/utils/utils.sgml index c1225e0..b1932e5 100644 --- a/winsup/utils/utils.sgml +++ b/winsup/utils/utils.sgml @@ -136,6 +136,13 @@ System information: -P, --smprograms output Start Menu `Programs' directory and exit -S, --sysdir output system directory and exit -W, --windir output `Windows' directory and exit +Other options: + -f, --file FILE read FILE for input; use - to read from STDIN + -o, --option read options from FILE as well (for use with --file) + -c, --close HANDLE close HANDLE (for use in captured process) + -i, --ignore ignore missing argument + -h, --help output usage information and exit + -v, --version output version information and exit </screen> <para>The <command>cygpath</command> program is a utility that |