Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2000-12-07 03:34:58 +0300
committerEric Andersen <andersen@codepoet.org>2000-12-07 03:34:58 +0300
commit3d957c87b7525c3bfefddfc9aa2c24f04995275d (patch)
tree7e65e9a434acd20aab7654b0a354856813bcf715 /applets
parent6b78fe383feb80c19af988337ac793ffa126e95b (diff)
Patch from Jim Gleason <jimg@lineo.com> to fix tar so it no longer breaks hard
links, and no longer segfault in a certain wierd case.
Diffstat (limited to 'applets')
-rw-r--r--applets/usage.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/applets/usage.c b/applets/usage.c
index bd2321fbc..35d69df42 100644
--- a/applets/usage.c
+++ b/applets/usage.c
@@ -1222,8 +1222,7 @@ const char tar_usage[] =
#endif
"[-f tarFile] [FILE(s)] ...\n"
#ifndef BB_FEATURE_TRIVIAL_HELP
- "\nCreate, extract, or list files from a tar file. Note that\n"
- "this version of tar treats hard links as separate files.\n\n"
+ "\nCreate, extract, or list files from a tar file.\n\n"
"Main operation mode:\n"
#ifdef BB_FEATURE_TAR_CREATE
"\tc\t\tcreate\n"