From 3d957c87b7525c3bfefddfc9aa2c24f04995275d Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Thu, 7 Dec 2000 00:34:58 +0000 Subject: Patch from Jim Gleason to fix tar so it no longer breaks hard links, and no longer segfault in a certain wierd case. --- applets/usage.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'applets/usage.c') 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" -- cgit v1.2.3