svn commit: trunk/busybox/include

aldot at busybox.net aldot at busybox.net
Thu Dec 7 12:16:17 UTC 2006


Author: aldot
Date: 2006-12-07 04:16:17 -0800 (Thu, 07 Dec 2006)
New Revision: 16796

Log:
- s/:\t\t/\t/ for two helptexts.


Modified:
   trunk/busybox/include/usage.h


Changeset:
Modified: trunk/busybox/include/usage.h
===================================================================
--- trunk/busybox/include/usage.h	2006-12-07 04:49:05 UTC (rev 16795)
+++ trunk/busybox/include/usage.h	2006-12-07 12:16:17 UTC (rev 16796)
@@ -1976,8 +1976,8 @@
        "Creates a temporary file with its name based on TEMPLATE.\n" \
        "TEMPLATE is any name with six 'Xs' (i.e., /tmp/temp.XXXXXX).\n\n" \
        "Options:\n" \
-       "	-d		Make a directory instead of a file\n" \
-       "	-q		Fail silently if an error occurs"
+       "	-d	Make a directory instead of a file\n" \
+       "	-q	Fail silently if an error occurs"
 #define mktemp_example_usage \
        "$ mktemp /tmp/temp.XXXXXX\n" \
        "/tmp/temp.mWiLjM\n" \
@@ -2114,9 +2114,9 @@
 #define mountpoint_full_usage \
        "mountpoint checks if the directory is a mountpoint\n\n" \
        "Options:\n"  \
-       "	-q:		Be more quiet\n" \
-       "	-d:		Print major/minor device number of the filesystem\n" \
-       "	-x:		Print major/minor device number of the blockdevice"
+       "	-q	Be more quiet\n" \
+       "	-d	Print major/minor device number of the filesystem\n" \
+       "	-x	Print major/minor device number of the blockdevice"
 #define mountpoint_example_usage \
        "$ mountpoint /proc\n" \
        "/proc is not a mountpoint\n" \




More information about the busybox-cvs mailing list