We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19896dd commit 3a0fec4Copy full SHA for 3a0fec4
src/libdar/archive_aux.hpp
@@ -43,7 +43,7 @@ namespace libdar
43
enum class modified_data_detection
44
{
45
any_inode_change, ///< historical behavior, resave an inode on any metadata change
46
- mtime_size, ///< default behavior since release 2.6.0 resave only if file size of mtime changed
+ mtime_size, ///< default behavior since release 2.6.0 resave only if file size or mtime changed
47
};
48
49
0 commit comments