diff options
author | Christopher Faylor <me@cgf.cx> | 2009-03-08 21:13:26 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2009-03-08 21:13:26 +0000 |
commit | 9caeaa61c0f58abfb1a6a27906cb8aafaa06a321 (patch) | |
tree | 3fb7e2275de012a1761733dd8a7616f43dfe255d /winsup/utils/cygcheck.cc | |
parent | e94fc807d905280fb30e46535a639932325b9058 (diff) | |
download | newlib-9caeaa61c0f58abfb1a6a27906cb8aafaa06a321.zip newlib-9caeaa61c0f58abfb1a6a27906cb8aafaa06a321.tar.gz newlib-9caeaa61c0f58abfb1a6a27906cb8aafaa06a321.tar.bz2 |
* cygcheck.cc (usage): Fix typo.
Diffstat (limited to 'winsup/utils/cygcheck.cc')
-rw-r--r-- | winsup/utils/cygcheck.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/utils/cygcheck.cc b/winsup/utils/cygcheck.cc index 61f60a6..6673a6b 100644 --- a/winsup/utils/cygcheck.cc +++ b/winsup/utils/cygcheck.cc @@ -1979,7 +1979,7 @@ At least one command option or a PROGRAM is required, as shown above.\n\ -f, --find-package find the package that FILE belongs to\n\ -l, --list-package list contents of PACKAGE (or all packages if none given)\n\ -p, --package-query search for REGEXP in the entire cygwin.com package\n\ - repository (requies internet connectivity)\n\ + repository (requires internet connectivity)\n\ -v, --verbose produce more verbose output\n\ -h, --help annotate output with explanatory comments when given\n\ with another command, otherwise print this help\n\ |