diff options
author | Christopher Faylor <me@cgf.cx> | 2002-02-15 23:03:14 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2002-02-15 23:03:14 +0000 |
commit | cf75300efa59e47c7088b36004929e6b0e9db693 (patch) | |
tree | 3b1c11ec65a1057a30488c615fb62c65147d11f9 | |
parent | ba0173f0f9da8d4c0b43da0521e4a01d7c0933be (diff) | |
download | newlib-cf75300efa59e47c7088b36004929e6b0e9db693.zip newlib-cf75300efa59e47c7088b36004929e6b0e9db693.tar.gz newlib-cf75300efa59e47c7088b36004929e6b0e9db693.tar.bz2 |
* mount.cc (usage): Fix typo in output.
-rw-r--r-- | winsup/utils/ChangeLog | 4 | ||||
-rw-r--r-- | winsup/utils/mount.cc | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/winsup/utils/ChangeLog b/winsup/utils/ChangeLog index 4ba9f33..e456bcd 100644 --- a/winsup/utils/ChangeLog +++ b/winsup/utils/ChangeLog @@ -1,3 +1,7 @@ +2002-02-15 Christopher Faylor <cgf@redhat.com> + + * mount.cc (usage): Fix typo in output. + 2002-02-14 Christopher Faylor <cgf@redhat.com> * strace.cc (attach_process): Change CW_STRACE_ON to CW_STRACE_TOGGLE. diff --git a/winsup/utils/mount.cc b/winsup/utils/mount.cc index 981c729..00c662e 100644 --- a/winsup/utils/mount.cc +++ b/winsup/utils/mount.cc @@ -114,8 +114,8 @@ usage (void) -c, --change-cygdrive-prefix change the cygdrive path prefix to <posixpath>\n\ -f, --force force mount, don't warn about missing mount\n\ point directories\n\ - -i, --import-old-mounts copy old registry mount table mounts into the current\n\ - mount areas\n\ + -i, --import-old-mounts copy old registry mount table mounts into the\n\ + current mount areas\n\ -p, --show-cygdrive-prefix show user and/or system cygdrive path prefix\n\ -s, --system add mount point to system-wide registry location\n\ -t, --text (default) text files get \\r\\n line endings\n\ |