diff options
author | Christopher Faylor <me@cgf.cx> | 2004-02-25 01:23:20 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2004-02-25 01:23:20 +0000 |
commit | f135dd3ee7fd127dd20189345406585cc189d2ac (patch) | |
tree | 7d485af5a9db4992c9970fab83218d981abc9766 /winsup/utils/utils.sgml | |
parent | 5ef9bbc874c0f3210f84cd36adddfcd69cee2962 (diff) | |
download | cygnal-f135dd3ee7fd127dd20189345406585cc189d2ac.tar.gz cygnal-f135dd3ee7fd127dd20189345406585cc189d2ac.tar.bz2 cygnal-f135dd3ee7fd127dd20189345406585cc189d2ac.zip |
* cygpath.cc (long_options): Add "mode" option.
(options): Ditto.
(usage): Report on new option.
(report_mode): New function.
(main): Implement -M option.
Diffstat (limited to 'winsup/utils/utils.sgml')
-rw-r--r-- | winsup/utils/utils.sgml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/winsup/utils/utils.sgml b/winsup/utils/utils.sgml index 86c8bd491..87522b3d8 100644 --- a/winsup/utils/utils.sgml +++ b/winsup/utils/utils.sgml @@ -119,6 +119,7 @@ Convert Unix and Windows format paths, or output system path information Output type options: -d, --dos print DOS (short) form of NAME (C:\PROGRA~1\) -m, --mixed like --windows, but with regular slashes (C:/WINNT) + -M, --mode report on mode of file (currently binmode or textmode) -u, --unix (default) print Unix form of NAME (/cygdrive/c/winnt) -w, --windows print Windows form of NAME (C:\WINNT) -t, --type TYPE print TYPE form: 'dos', 'mixed', 'unix', or 'windows' |