diff options
author | Christopher Faylor <me@cgf.cx> | 2002-06-07 19:25:26 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2002-06-07 19:25:26 +0000 |
commit | 2bd6505b3991588a15c865618e1edb76d4a6373c (patch) | |
tree | 61a6b6e45ff13c4ec6253173cb97709943319822 /winsup/utils/utils.sgml | |
parent | f43a747271ceb65379ebc7050031a7ee58aa4176 (diff) | |
download | cygnal-2bd6505b3991588a15c865618e1edb76d4a6373c.tar.gz cygnal-2bd6505b3991588a15c865618e1edb76d4a6373c.tar.bz2 cygnal-2bd6505b3991588a15c865618e1edb76d4a6373c.zip |
* cygpath.cc: Add option to output windows paths in different formats: "dos"
and "mixed".
(main): Process options.
(doit): Check new options flags.
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 e0ad2f932..9273dfea0 100644 --- a/winsup/utils/utils.sgml +++ b/winsup/utils/utils.sgml @@ -83,6 +83,9 @@ Usage: cygpath [-A|--allusers] (-D|--desktop)|(-P|--smprograms) [-s|--short-name -p|--path filename argument is a path -s|--short-name print Windows short form of filename -u|--unix print Unix form of filename + -t|--type print Windows form of filename with specified + dos drive letter with backslashes (c:\winnt) + mixed drive letter with regular slashes (c:/winnt) -v|--version output version information and exit -w|--windows print Windows form of filename -A|--allusers use `All Users' instead of current user for -D, -P |