diff options
author | DJ Delorie <dj@redhat.com> | 2000-05-19 17:06:28 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2000-05-19 17:06:28 +0000 |
commit | f00c1d2ccd499cb0adfede255c9e704e65931623 (patch) | |
tree | e379a9eb81e9161b1fc87542afcb7f3f0ec9bf3f /winsup/utils/utils.sgml | |
parent | f343a326d3da43f8e3c73494e412b7e123c216fc (diff) | |
download | cygnal-f00c1d2ccd499cb0adfede255c9e704e65931623.tar.gz cygnal-f00c1d2ccd499cb0adfede255c9e704e65931623.tar.bz2 cygnal-f00c1d2ccd499cb0adfede255c9e704e65931623.zip |
* cygpath.cc: add --windir/--sysdir options
* utils.sgml: and document them
Diffstat (limited to 'winsup/utils/utils.sgml')
-rw-r--r-- | winsup/utils/utils.sgml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/winsup/utils/utils.sgml b/winsup/utils/utils.sgml index 5fe8cc846..44d5301a4 100644 --- a/winsup/utils/utils.sgml +++ b/winsup/utils/utils.sgml @@ -66,10 +66,13 @@ or if you know what everything is already, just leave this out.</para> <screen> Usage: cygpath [-p|--path] (-u|--unix)|(-w|--windows) filename cygpath [-v|--version] + cygpath [-W|--windir|-S|--sysdir] -u|--unix print UNIX form of filename -w|--windows print Windows form of filename -p|--path filename argument is a path -v|--version print program version + -W|--windir print windows directory + -S|--sysdir print system directory </screen> <para>The <command>cygpath</command> program is a utility that |