diff options
author | Eric Andersen <andersen@codepoet.org> | 2000-12-07 00:34:58 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2000-12-07 00:34:58 +0000 |
commit | 3d957c87b7525c3bfefddfc9aa2c24f04995275d (patch) | |
tree | 7e65e9a434acd20aab7654b0a354856813bcf715 /usage.c | |
parent | 6b78fe383feb80c19af988337ac793ffa126e95b (diff) | |
download | busybox-w32-3d957c87b7525c3bfefddfc9aa2c24f04995275d.tar.gz busybox-w32-3d957c87b7525c3bfefddfc9aa2c24f04995275d.tar.bz2 busybox-w32-3d957c87b7525c3bfefddfc9aa2c24f04995275d.zip |
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 '')
-rw-r--r-- | usage.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -1222,8 +1222,7 @@ const char tar_usage[] = | |||
1222 | #endif | 1222 | #endif |
1223 | "[-f tarFile] [FILE(s)] ...\n" | 1223 | "[-f tarFile] [FILE(s)] ...\n" |
1224 | #ifndef BB_FEATURE_TRIVIAL_HELP | 1224 | #ifndef BB_FEATURE_TRIVIAL_HELP |
1225 | "\nCreate, extract, or list files from a tar file. Note that\n" | 1225 | "\nCreate, extract, or list files from a tar file.\n\n" |
1226 | "this version of tar treats hard links as separate files.\n\n" | ||
1227 | "Main operation mode:\n" | 1226 | "Main operation mode:\n" |
1228 | #ifdef BB_FEATURE_TAR_CREATE | 1227 | #ifdef BB_FEATURE_TAR_CREATE |
1229 | "\tc\t\tcreate\n" | 1228 | "\tc\t\tcreate\n" |