diff options
Diffstat (limited to 'winsup/utils/umount.cc')
-rw-r--r-- | winsup/utils/umount.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/winsup/utils/umount.cc b/winsup/utils/umount.cc index 8cb8ddcd1..bae371ba0 100644 --- a/winsup/utils/umount.cc +++ b/winsup/utils/umount.cc @@ -44,6 +44,8 @@ usage (FILE *where = stderr) { fprintf (where, "\ Usage: %s [OPTION] [<posixpath>]\n\ +Unmount filesystems\n\ +\n\ -A, --remove-all-mounts remove all mounts\n\ -c, --remove-cygdrive-prefix remove cygdrive prefix\n\ -h, --help output usage information and exit\n\ |