Improve use-case-hack description slightly

This commit is contained in:
Eelco Dolstra 2024-09-09 14:29:05 +02:00
parent 4cfa59fdb3
commit 5ca2f58798

View file

@ -23,7 +23,7 @@ struct ArchiveSettings : Config
false,
#endif
"use-case-hack",
"Whether to enable a Darwin-specific hack for dealing with file name collisions."};
"Whether to enable a macOS-specific hack for dealing with file name case collisions."};
};
static ArchiveSettings archiveSettings;