diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2009-04-03 11:50:26 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2009-04-03 11:50:26 +0000 |
commit | d10a1e51548e79b59259fb4997e5528dbdc42ecc (patch) | |
tree | 2384152f7fdc366a427c89aca9750cc432b9dbeb /winsup/utils/cygcheck.cc | |
parent | eab96f6b22353141b4ff2c78828a36722c6026c4 (diff) | |
download | cygnal-d10a1e51548e79b59259fb4997e5528dbdc42ecc.tar.gz cygnal-d10a1e51548e79b59259fb4997e5528dbdc42ecc.tar.bz2 cygnal-d10a1e51548e79b59259fb4997e5528dbdc42ecc.zip |
* utils.sgml: Various syntactical and semantical fixes.
* cygcheck.cc (usage): Fix --find-package explanation.
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 052707ffe..10738a145 100644 --- a/winsup/utils/cygcheck.cc +++ b/winsup/utils/cygcheck.cc @@ -1984,7 +1984,7 @@ At least one command option or a PROGRAM is required, as shown above.\n\ -r, --registry also scan registry for Cygwin settings (with -s)\n\ -k, --keycheck perform a keyboard check session (must be run from a\n\ plain console only, not from a pty/rxvt/xterm)\n\ - -f, --find-package find the package that FILE belongs to\n\ + -f, --find-package find the package to which FILE belongs\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 (requires internet connectivity)\n\ |