[BusyBox-cvs] busybox/include usage.h,1.154,1.155

Erik Andersen andersen at busybox.net
Thu Jul 3 10:19:24 UTC 2003


Update of /var/cvs/busybox/include
In directory winder:/tmp/cvs-serv27598/include

Modified Files:
	usage.h 
Log Message:
Fix stupid unterminated parenthesis


Index: usage.h
===================================================================
RCS file: /var/cvs/busybox/include/usage.h,v
retrieving revision 1.154
retrieving revision 1.155
diff -u -d -r1.154 -r1.155
--- usage.h	3 Jul 2003 10:07:00 -0000	1.154
+++ usage.h	3 Jul 2003 10:19:20 -0000	1.155
@@ -1384,7 +1384,7 @@
 	USAGE_LS_SORTFILES("\t-X\tsort the listing by extension\n") \
 	USAGE_HUMAN_READABLE( \
 	"\t-h\tprint sizes in human readable format (e.g., 1K 243M 2G )\n" \
-	USAGE_SELINUX("\t-k\tprint security context\n\t-K\tprint security context in long format\n", "")
+	USAGE_SELINUX("\t-k\tprint security context\n\t-K\tprint security context in long format\n", ""))
 
 #define lsmod_trivial_usage \
 	""




More information about the busybox-cvs mailing list