We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f240b9f commit 2c99d80Copy full SHA for 2c99d80
cmds/property.c
@@ -109,7 +109,9 @@ static int prop_read_only(enum prop_object_type type,
109
do_clear_received_uuid = true;
110
} else {
111
error(
112
-"cannot flip ro->rw with received_uuid set, use force if you really want that");
+"cannot flip ro->rw with received_uuid set, use force option -f if you really want unset the read-only status."
113
+" The value of received_uuid is used for incremental send, consider making a snapshot instead."
114
+" Read more at btrfs-subvolume(8) and Subvolume flags.");
115
return -EPERM;
116
}
117
0 commit comments