[BusyBox-cvs] busybox/include usage.h,1.182,1.183
Glenn McGrath
bug1 at busybox.net
Fri Dec 26 14:01:39 UTC 2003
- Previous message: [BusyBox-cvs] busybox/archival Config.in, 1.12, 1.13 tar.c, 1.185, 1.186
- Next message: [BusyBox-cvs] busybox/testsuite/tar tar-handles-cz-options, 1.2, 1.3 tar-handles-empty-include-and-non-empty-exclude-list, 1.3, 1.4 tar-handles-exclude-and-extract-lists, 1.3, 1.4 tar-handles-multiple-X-options, 1.1, 1.2 tar-handles-nested-exclude, 1.3, 1.4
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /var/cvs/busybox/include
In directory nail:/tmp/cvs-serv30099/include
Modified Files:
usage.h
Log Message:
Isolate code better for unused options, config option to enable long
options, add some conditions to the tar tests in testsuite.
Index: usage.h
===================================================================
RCS file: /var/cvs/busybox/include/usage.h,v
retrieving revision 1.182
retrieving revision 1.183
diff -u -d -r1.182 -r1.183
--- usage.h 24 Dec 2003 06:02:10 -0000 1.182
+++ usage.h 26 Dec 2003 14:01:37 -0000 1.183
@@ -2362,7 +2362,7 @@
#define tar_trivial_usage \
"-[" USAGE_TAR_CREATE("c") USAGE_TAR_GZIP("z") USAGE_TAR_BZIP2("j") USAGE_TAR_COMPRESS("Z") "xtvO] " \
- USAGE_TAR_EXCLUDE("[--exclude FILE] [-X FILE]") \
+ USAGE_TAR_EXCLUDE("[-X FILE]") \
"[-f TARFILE] [-C DIR] [FILE(s)] ..."
#define tar_full_usage \
"Create, extract, or list files from a tar file.\n\n" \
- Previous message: [BusyBox-cvs] busybox/archival Config.in, 1.12, 1.13 tar.c, 1.185, 1.186
- Next message: [BusyBox-cvs] busybox/testsuite/tar tar-handles-cz-options, 1.2, 1.3 tar-handles-empty-include-and-non-empty-exclude-list, 1.3, 1.4 tar-handles-exclude-and-extract-lists, 1.3, 1.4 tar-handles-multiple-X-options, 1.1, 1.2 tar-handles-nested-exclude, 1.3, 1.4
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the busybox-cvs
mailing list