diff options
author | Ben Straub <bs@github.com> | 2012-10-24 12:38:05 -0700 |
---|---|---|
committer | Ben Straub <bs@github.com> | 2012-10-24 12:38:05 -0700 |
commit | c4958e6818399f401f03986db8772016a97377d7 (patch) | |
tree | 2ec72ad61e73a5388cd3a93466229085fa4774c0 /include/git2/remote.h | |
parent | c70ad945cdf9b92e54e7e8a5769b1f35ea19ebbd (diff) | |
download | libgit2-c4958e6818399f401f03986db8772016a97377d7.tar.gz |
Fix documentation comment
Diffstat (limited to 'include/git2/remote.h')
-rw-r--r-- | include/git2/remote.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/git2/remote.h b/include/git2/remote.h index 35b1f2e5b..e23997d9a 100644 --- a/include/git2/remote.h +++ b/include/git2/remote.h @@ -183,7 +183,8 @@ GIT_EXTERN(int) git_remote_ls(git_remote *remote, git_headlist_cb list_cb, void * filename will be NULL and the function will return success. * * @param remote the remote to download from - * @param filename where to store the temporary filename + * @param bytes buffer that receives the number of bytes transferred (updated + * while transfer is in progress) * @param progress_cb function to call with progress information. Be aware that * this is called inline with network and indexing operations, so performance * may be affected. |