Skip to content

Commit fd65286

Browse files
committed
Revert "更新文档内容"
This reverts commit 964acb3.
1 parent 964acb3 commit fd65286

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DebUOS/Packaging.Targets/IO/TarHeader.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ public string FileName
7171
set => this.name = this.CreateString(value, 100, reason: TarLimitReason);
7272
}
7373

74-
private const string TarLimitReason = "From https://www.gnu.org/software/tar/manual/html_node/Standard.html , The file name (or leaf) length cannot exceed 100 characters. It is the limit of tar.";
74+
private const string TarLimitReason = "From http://ibgwww.colorado.edu/~lessem/psyc5112/usail/man/solaris/tar.1.html , The file name (or leaf) length cannot exceed 100 characters. It is the limit of tar.";
7575

7676
public LinuxFileMode FileMode
7777
{

0 commit comments

Comments
 (0)