Modified:
trunk/xar/ChangeLog
trunk/xar/src/xar.c
Log:
rc/xar.c: Fix a typo in the usage statement
Modified: trunk/xar/ChangeLog
==============================================================================
--- trunk/xar/ChangeLog (original)
+++ trunk/xar/ChangeLog Fri Aug 15 07:56:23 2008
@@ -1,4 +1,6 @@
devel
+ 2008-08-15 Rob Braun bbr...@synack.net
+ * src/xar.c: Fix a typo in the usage statement.
2008-08-14 Rob Braun bbr...@synack.net
* lib/bzxar.c: if bzip2 compression is specified but not compiled in,
throw an error.
* src/xar.c src/xar.1: Add -C to chdir before extraction.
Modified: trunk/xar/src/xar.c
==============================================================================
--- trunk/xar/src/xar.c (original)
+++ trunk/xar/src/xar.c Fri Aug 15 07:56:23 2008
@@ -697,7 +697,7 @@
fprintf(stderr, "\t is not streamable\n");
fprintf(stderr, "\t--link-same Hardlink identical files\n");
fprintf(stderr, "\t--no-compress POSIX regular expression of files\n");
- fprintf(stderr, "\t not to archive, but not
compress.\n");
+ fprintf(stderr, "\t to archive, but not
compress.\n");
fprintf(stderr, "\t--prop-include File properties to include in
archive\n");
fprintf(stderr, "\t--prop-exclude File properties to exclude in
archive\n");
fprintf(stderr, "\t--distribution Only includes a subset of file
properties\n");