From 16722554bf383b640c6835c21bcf5cbde2327c13 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Sat, 24 Sep 2005 22:41:08 +0000 Subject: Tito switched option parsing over to switch umount over to bb_getopt_ulflags(). --- include/usage.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'include/usage.h') diff --git a/include/usage.h b/include/usage.h index fee8bc889..89e20a59a 100644 --- a/include/usage.h +++ b/include/usage.h @@ -3089,8 +3089,9 @@ "\nFlags:\n" "\t-a\tUnmount all file systems" \ USAGE_MTAB(" in /etc/mtab\n\t-n\tDon't erase /etc/mtab entries") \ "\n\t-r\tTry to remount devices as read-only if mount is busy" \ - USAGE_MOUNT_FORCE("\n\t-f\tForce umount (i.e., unreachable NFS server)") \ - USAGE_MOUNT_LOOP("\n\t-l\tDo not free loop device (if a loop device has been used)") + "\n\t-l\tLazy umount (detach filesystem)" \ + "\n\t-f\tForce umount (i.e., unreachable NFS server)" \ + USAGE_MOUNT_LOOP("\n\t-D\tDo not free loop device (if a loop device has been used)") #define umount_example_usage \ "$ umount /dev/hdc1 \n" -- cgit v1.2.3