@@ -478,20 +478,14 @@ app->_exitStatus = 1; } } - (void)addFiles: (OFArray OF_GENERIC(OFString *) *)files + archiveComment: (OFString *)archiveComment { OFFileManager *fileManager = [OFFileManager defaultManager]; - if (files.count < 1) { - [OFStdErr writeLine: OF_LOCALIZED(@"add_no_file_specified", - @"Need one or more files to add!")]; - app->_exitStatus = 1; - return; - } - for (OFString *fileName in files) { void *pool = objc_autoreleasePoolPush(); OFFileAttributes attributes; OFFileAttributeType type; OFMutableTarArchiveEntry *entry;