summaryrefslogtreecommitdiff
path: root/archival
diff options
context:
space:
mode:
authorErik Andersen <andersen@codepoet.org>2000-01-23 18:19:02 +0000
committerErik Andersen <andersen@codepoet.org>2000-01-23 18:19:02 +0000
commit5509af7073ffff75d86ff8c67a2075169a859efd (patch)
tree2728cbb296484026cb657f92f78e1bb0806ba6f4 /archival
parent9bc7e89fc1eb493c06494ad86781ab49fc28c509 (diff)
downloadbusybox-w32-5509af7073ffff75d86ff8c67a2075169a859efd.tar.gz
busybox-w32-5509af7073ffff75d86ff8c67a2075169a859efd.tar.bz2
busybox-w32-5509af7073ffff75d86ff8c67a2075169a859efd.zip
* added (and documented) "-n" option for head -
contributed Friedrich Vedder <fwv@myrtle.lahn.de> * Cleanup for a number of usage messages -- also contributed Friedrich Vedder <fwv@myrtle.lahn.de> -Erik
Diffstat (limited to 'archival')
-rw-r--r--archival/tar.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/archival/tar.c b/archival/tar.c
index 21ef24dcb..aedb36a23 100644
--- a/archival/tar.c
+++ b/archival/tar.c
@@ -54,7 +54,7 @@ static const char tar_usage[] =
54#else 54#else
55 55
56static const char tar_usage[] = 56static const char tar_usage[] =
57"tar -[cxtvOf] [tarFileName] [FILE] ...\n\n" 57"tar -[xtvOf] [tarFileName] [FILE] ...\n\n"
58"Extract, or list files stored in a tar file. This\n" 58"Extract, or list files stored in a tar file. This\n"
59"version of tar does not support creation of tar files.\n\n" 59"version of tar does not support creation of tar files.\n\n"
60"Options:\n" 60"Options:\n"