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.
This commit is contained in:
Eric Andersen
2000-12-07 00:34:58 +00:00
parent 6b78fe383f
commit 3d957c87b7
5 changed files with 192 additions and 10 deletions

View File

@ -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"