svn commit: trunk/busybox/include

vda at busybox.net vda at busybox.net
Wed Mar 7 22:49:54 UTC 2007


Author: vda
Date: 2007-03-07 14:49:53 -0800 (Wed, 07 Mar 2007)
New Revision: 18028

Log:
fix umount usage message


Modified:
   trunk/busybox/include/usage.h


Changeset:
Modified: trunk/busybox/include/usage.h
===================================================================
--- trunk/busybox/include/usage.h	2007-03-07 22:45:42 UTC (rev 18027)
+++ trunk/busybox/include/usage.h	2007-03-07 22:49:53 UTC (rev 18028)
@@ -3357,7 +3357,8 @@
 #define umount_full_usage \
        "Unmount file systems" \
        "\n\nOptions:\n" \
-       "\n	-a	Unmount all file systems" USE_FEATURE_MTAB_SUPPORT(" in /etc/mtab") \
+	USE_FEATURE_UMOUNT_ALL( \
+       "\n	-a	Unmount all file systems" USE_FEATURE_MTAB_SUPPORT(" in /etc/mtab")) \
 	USE_FEATURE_MTAB_SUPPORT( \
        "\n	-n	Don't erase /etc/mtab entries") \
        "\n	-r	Try to remount devices as read-only if mount is busy" \




More information about the busybox-cvs mailing list