[BusyBox-cvs] busybox/include usage.h,1.207,1.208

Glenn McGrath bug1 at busybox.net
Sun May 2 03:01:11 UTC 2004


Update of /var/cvs/busybox/include
In directory nail:/tmp/cvs-serv31564/include

Modified Files:
	usage.h 
Log Message:
Update dpkg-deb usage to match current practices


Index: usage.h
===================================================================
RCS file: /var/cvs/busybox/include/usage.h,v
retrieving revision 1.207
retrieving revision 1.208
diff -u -d -r1.207 -r1.208
--- a/usage.h	14 Apr 2004 17:59:21 -0000	1.207
+++ b/usage.h	2 May 2004 03:01:08 -0000	1.208
@@ -434,15 +434,13 @@
 	"\t-u\tUnpack a package, but dont configure it"
 
 #define dpkg_deb_trivial_usage \
-	"[-cefItxX] FILE [argument]"
+	"[-cefxX] FILE [argument]"
 #define dpkg_deb_full_usage \
 	"Perform actions on Debian packages (.debs)\n\n" \
 	"Options:\n" \
 	"\t-c\tList contents of filesystem tree\n" \
 	"\t-e\tExtract control files to [argument] directory\n" \
 	"\t-f\tDisplay control field name starting with [argument]\n" \
-	"\t-I\tDisplay the control filenamed [argument]\n" \
-	"\t-t\tExtract filesystem tree to stdout in tar format\n" \
 	"\t-x\tExtract packages filesystem tree to directory\n" \
 	"\t-X\tVerbose extract"
 #define dpkg_deb_example_usage \




More information about the busybox-cvs mailing list