svn commit: trunk/busybox/include

vapier at busybox.net vapier at busybox.net
Wed Jan 4 00:04:14 UTC 2006


Author: vapier
Date: 2006-01-03 16:04:08 -0800 (Tue, 03 Jan 2006)
New Revision: 13061

Log:
make mount usage a bit more terse

Modified:
   trunk/busybox/include/usage.h


Changeset:
Modified: trunk/busybox/include/usage.h
===================================================================
--- trunk/busybox/include/usage.h	2006-01-03 23:59:17 UTC (rev 13060)
+++ trunk/busybox/include/usage.h	2006-01-04 00:04:08 UTC (rev 13061)
@@ -2060,8 +2060,7 @@
 #define mount_trivial_usage \
 	"[flags] DEVICE NODE [-o options,more-options]"
 #define mount_full_usage \
-	"Mount a filesystem.  Autodetection of filesystem type requires the\n" \
-	"/proc filesystem be already mounted.\n\n" \
+	"Mount a filesystem.  Filesystem autodetection requires /proc be mounted.\n\n" \
 	"Flags:\n"  \
 	"\t-a:\t\tMount all filesystems in fstab\n" \
 	USAGE_MTAB( \




More information about the busybox-cvs mailing list