ln: support -T and -v

function                                             old     new   delta
ln_main                                              445     524     +79
packed_usage                                       29182   29179      -3

Signed-off-by: Simon B <sburnet@hotmail.com>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
Simon B
2012-05-06 13:18:35 +02:00
committed by Denys Vlasenko
parent 556ac3633c
commit 44642d1ec1
2 changed files with 23 additions and 7 deletions

View File

@@ -33,7 +33,7 @@ int FAST_FUNC remove_file(const char *path, int flags)
int status = 0;
if (!(flags & FILEUTILS_RECUR)) {
bb_error_msg("%s: is a directory", path);
bb_error_msg("'%s' is a directory", path);
return -1;
}