svn commit: trunk/busybox/include

vapier at busybox.net vapier at busybox.net
Tue Sep 13 02:26:43 UTC 2005


Author: vapier
Date: 2005-09-12 19:26:24 -0700 (Mon, 12 Sep 2005)
New Revision: 11441

Log:
touch up usage for swap utils

Modified:
   trunk/busybox/include/usage.h


Changeset:
Modified: trunk/busybox/include/usage.h
===================================================================
--- trunk/busybox/include/usage.h	2005-09-13 01:30:19 UTC (rev 11440)
+++ trunk/busybox/include/usage.h	2005-09-13 02:26:24 UTC (rev 11441)
@@ -2619,14 +2619,14 @@
 	"\t-s\tuse System V sum algorithm (512byte blocks)"
 
 #define swapoff_trivial_usage \
-	"[OPTION] [DEVICE]"
+	"[-a] [DEVICE]"
 #define swapoff_full_usage \
 	"Stop swapping virtual memory pages on DEVICE.\n\n" \
 	"Options:\n" \
 	"\t-a\tStop swapping on all swap devices"
 
 #define swapon_trivial_usage \
-	"[OPTION] [DEVICE]"
+	"[-a] [DEVICE]"
 #define swapon_full_usage \
 	"Start swapping virtual memory pages on DEVICE.\n\n" \
 	"Options:\n" \




More information about the busybox-cvs mailing list