better notice

This commit is contained in:
anon 2025-01-25 00:12:18 +01:00
parent b5e36f1f6a
commit e69d187937

View File

@ -149,7 +149,7 @@ mode_t str_to_mode(const char *permissions) {
// --- Dry implementations
static
int dry_touch(const char * filename) {
notice("touch '%s' (subsequent stats will fail)", filename);
notice("touch '%s' (dry; subsequent stats will fail)", filename);
return 0;
}