diff options
Diffstat (limited to 'winsup/utils/mount.cc')
-rw-r--r-- | winsup/utils/mount.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/winsup/utils/mount.cc b/winsup/utils/mount.cc index d4852e50f..62509c5cc 100644 --- a/winsup/utils/mount.cc +++ b/winsup/utils/mount.cc @@ -134,6 +134,8 @@ static void usage (FILE *where = stderr) { fprintf (where, "Usage: %s [OPTION] [<win32path> <posixpath>]\n\ +Display information about mounted filesystems, or mount a filesystem\n\ +\n\ -b, --binary (default) text files are equivalent to binary files\n\ (newline = \\n)\n\ -c, --change-cygdrive-prefix change the cygdrive path prefix to <posixpath>\n\ |