From 47035f71a275d0a6bdbebb3afd0d5ecd7e805866 Mon Sep 17 00:00:00 2001 From: andersen Date: Tue, 9 Mar 2004 21:32:57 +0000 Subject: Note that /proc must be mounted for filesystem type autodetection to work. Without /proc mounted, one must explicitly specify the type of every filesystem being mounted. git-svn-id: svn://busybox.net/trunk/busybox@8604 69ca8d6d-28ef-0310-b511-8ec308f3f277 --- include/usage.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include') diff --git a/include/usage.h b/include/usage.h index 05fd23129..9390e3415 100644 --- a/include/usage.h +++ b/include/usage.h @@ -1696,7 +1696,8 @@ #define mount_trivial_usage \ "[flags] DEVICE NODE [-o options,more-options]" #define mount_full_usage \ - "Mount a filesystem\n\n" \ + "Mount a filesystem. Autodetection of filesystem type requires the\n" \ + "/proc filesystem be already mounted.\n\n" \ "Flags:\n" \ "\t-a:\t\tMount all filesystems in fstab.\n" \ USAGE_MTAB( \ -- cgit v1.2.3-55-g6feb