From 0d235234c5dd24d552cad60fe885230a6a3b6ec4 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Sun, 1 May 2005 15:50:02 +0000 Subject: [PATCH] * mount.cc (usage): Clarify action of -m option. --- winsup/utils/ChangeLog | 4 ++++ winsup/utils/mount.cc | 2 +- winsup/utils/utils.sgml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/winsup/utils/ChangeLog b/winsup/utils/ChangeLog index 1b5ddf49b..ccf93d03e 100644 --- a/winsup/utils/ChangeLog +++ b/winsup/utils/ChangeLog @@ -1,3 +1,7 @@ +2005-05-01 Christopher Faylor + + * mount.cc (usage): Clarify action of -m option. + 2005-04-29 Dave Korn * path.cc (getmntent): Add previously-omitted 'noexec' and 'managed' diff --git a/winsup/utils/mount.cc b/winsup/utils/mount.cc index dcf4eb137..89220f20f 100644 --- a/winsup/utils/mount.cc +++ b/winsup/utils/mount.cc @@ -163,7 +163,7 @@ Display information about mounted filesystems, or mount a filesystem\n\ -f, --force force mount, don't warn about missing mount\n\ point directories\n\ -h, --help output usage information and exit\n\ - -m, --mount-commands write mount commands to replace user and\n\ + -m, --mount-commands write mount commands to replicate user and\n\ system mount points and cygdrive prefixes\n\ -o, --options X[,X...] specify mount options\n\ -p, --show-cygdrive-prefix show user and/or system cygdrive path prefix\n\ diff --git a/winsup/utils/utils.sgml b/winsup/utils/utils.sgml index ee6cfb106..c1225e073 100644 --- a/winsup/utils/utils.sgml +++ b/winsup/utils/utils.sgml @@ -574,7 +574,7 @@ Display information about mounted filesystems, or mount a filesystem -f, --force force mount, don't warn about missing mount point directories -h, --help output usage information and exit - -m, --mount-commands write mount commands to replace user and + -m, --mount-commands write mount commands to replicate user and system mount points and cygdrive prefixes -o, --options X[,X...] specify mount options -p, --show-cygdrive-prefix show user and/or system cygdrive path prefix