@@ -463,19 +463,15 @@ [stream close]; } } - (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; - } + _archive.archiveComment = archiveComment; for (OFString *localFileName in files) { void *pool = objc_autoreleasePoolPush(); OFArray OF_GENERIC (OFString *) *components; OFString *fileName;