summaryrefslogtreecommitdiffstats
path: root/winsup/utils/cygpath.cc
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2000-10-28 05:00:00 +0000
committerChristopher Faylor <me@cgf.cx>2000-10-28 05:00:00 +0000
commiteedc36cb12f20ed62f5dfeaea25c84c7c984cf5f (patch)
tree5171ebc934d3017789e207a6ce10f9627acc5b8c /winsup/utils/cygpath.cc
parent3c952fed3fecfe6aec09d07a5cbad293970da0a0 (diff)
downloadcygnal-eedc36cb12f20ed62f5dfeaea25c84c7c984cf5f.tar.gz
cygnal-eedc36cb12f20ed62f5dfeaea25c84c7c984cf5f.tar.bz2
cygnal-eedc36cb12f20ed62f5dfeaea25c84c7c984cf5f.zip
Cleanup formatting on some files. Remove excessive whitespace.
Diffstat (limited to 'winsup/utils/cygpath.cc')
-rw-r--r--winsup/utils/cygpath.cc12
1 files changed, 6 insertions, 6 deletions
diff --git a/winsup/utils/cygpath.cc b/winsup/utils/cygpath.cc
index d16132f55..8e2aa1d89 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\
+ -u|--unix print Unix form of filename\n\
+ -w|--windows print Windows form of filename\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",
+ -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",
prog_name);
exit (ignore_flag ? 0 : status);
}