From e005da74efa68b257f5600c074aa13c66269311e Mon Sep 17 00:00:00 2001 From: Jonathan Lebon Date: Thu, 18 Aug 2016 10:34:50 -0400 Subject: [PATCH] pull_with_options: fix remote parameter name & desc Closes: #465 Approved by: cgwalters --- src/libostree/ostree-repo-pull.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libostree/ostree-repo-pull.c b/src/libostree/ostree-repo-pull.c index 5fe30e08..f273c87e 100644 --- a/src/libostree/ostree-repo-pull.c +++ b/src/libostree/ostree-repo-pull.c @@ -2159,7 +2159,7 @@ repo_remote_fetch_summary (OstreeRepo *self, /** * ostree_repo_pull_with_options: * @self: Repo - * @remote_name: Name of remote + * @remote_name_or_baseurl: Name of remote or file:// url * @options: A GVariant a{sv} with an extensible set of flags. * @progress: (allow-none): Progress * @cancellable: Cancellable