projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7370f62
)
COMPRESS, not UNCOMPRESS
author
Glenn L McGrath
<bug1@ihug.co.nz>
Tue, 18 Nov 2003 23:27:49 +0000
(23:27 -0000)
committer
Glenn L McGrath
<bug1@ihug.co.nz>
Tue, 18 Nov 2003 23:27:49 +0000
(23:27 -0000)
include/usage.h
patch
|
blob
|
history
diff --git
a/include/usage.h
b/include/usage.h
index f3216875e20b462ae9966054dbe36a554b056f93..636f6f4c48748d16190e4b1dde4e6850bf419690 100644
(file)
--- a/
include/usage.h
+++ b/
include/usage.h
@@
-2340,7
+2340,7
@@
"\nArchive format selection:\n" \
USAGE_TAR_GZIP("\tz\t\tFilter the archive through gzip\n") \
USAGE_TAR_BZIP2("\tj\t\tFilter the archive through bzip2\n") \
- USAGE_TAR_
UN
COMPRESS("\tZ\t\tFilter the archive through compress\n") \
+ USAGE_TAR_COMPRESS("\tZ\t\tFilter the archive through compress\n") \
"\nFile selection:\n" \
"\tf\t\tname of TARFILE or \"-\" for stdin\n" \
"\tO\t\textract to stdout\n" \