diff options
author | Christopher Faylor <me@cgf.cx> | 2001-12-04 04:12:39 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2001-12-04 04:12:39 +0000 |
commit | 48f939e29fe8990a4905d28976183757f2ff06f6 (patch) | |
tree | 00b58364b7cc81224ed94fda1d91b963e293cc4d /winsup/utils/cygpath.cc | |
parent | 7543995b74deea91ce4d3f793f240c2d0c6c1b1f (diff) | |
download | cygnal-48f939e29fe8990a4905d28976183757f2ff06f6.tar.gz cygnal-48f939e29fe8990a4905d28976183757f2ff06f6.tar.bz2 cygnal-48f939e29fe8990a4905d28976183757f2ff06f6.zip |
* cygcheck.cc (usage): Add -c description.
* cygpath.cc (usage): Alphabetize options.
* strace.cc (usage): Ditto.
Diffstat (limited to 'winsup/utils/cygpath.cc')
-rw-r--r-- | winsup/utils/cygpath.cc | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/winsup/utils/cygpath.cc b/winsup/utils/cygpath.cc index afe90ea7f..9f066eb59 100644 --- a/winsup/utils/cygpath.cc +++ b/winsup/utils/cygpath.cc @@ -52,13 +52,13 @@ Usage: %s [-p|--path] (-u|--unix)|(-w|--windows [-s|--short-name]) filename\n\ -a|--absolute output absolute path\n\ -c|--close handle close handle (for use in captured process)\n\ -f|--file file read file for path information\n\ - -u|--unix print Unix form of filename\n\ - -w|--windows print Windows form of filename\n\ + -i|--ignore ignore missing argument\n\ + -p|--path filename argument is a path\n\ -s|--short-name print Windows short form of filename\n\ - -W|--windir print `Windows' directory\n\ -S|--sysdir print `system' directory\n\ - -p|--path filename argument is a path\n\ - -i|--ignore ignore missing argument\n", + -u|--unix print Unix form of filename\n\ + -w|--windows print Windows form of filename\n\ + -W|--windir print `Windows' directory\n", prog_name); exit (ignore_flag ? 0 : status); } |