From: Denis Vlasenko Date: Wed, 7 Mar 2007 22:49:53 +0000 (-0000) Subject: fix umount usage message X-Git-Tag: 1_5_1~105 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=7fb8a00341e40579ef8d95155669d33afb749faa;p=oweals%2Fbusybox.git fix umount usage message --- diff --git a/include/usage.h b/include/usage.h index 5073c9b8a..a98d52e24 100644 --- a/include/usage.h +++ b/include/usage.h @@ -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" \