diff --git a/src/libostree/ostree-repo.c b/src/libostree/ostree-repo.c index f5231db9..fc884481 100644 --- a/src/libostree/ostree-repo.c +++ b/src/libostree/ostree-repo.c @@ -4214,9 +4214,9 @@ ostree_repo_import_object_from (OstreeRepo *self, * @error: Error * * Copy object named by @objtype and @checksum into @self from the - * source repository @source. If both repositories are of the same - * type and on the same filesystem, this will simply be a fast Unix - * hard link operation. + * source repository @source. If @trusted is %TRUE and both + * repositories are of the same type and on the same filesystem, + * this will simply be a fast Unix hard link operation. * * Otherwise, a copy will be performed. */