Commit 0b0ecbec by Carlos Martín Nieto

clone: fix param comment

parent 5b27bf7e
...@@ -89,7 +89,7 @@ typedef struct git_clone_options { ...@@ -89,7 +89,7 @@ typedef struct git_clone_options {
* HEAD. * HEAD.
* *
* @param out pointer that will receive the resulting repository object * @param out pointer that will receive the resulting repository object
* @param origin_remote a remote which will act as the initial fetch source * @param url the remote repository to clone
* @param local_path local directory to clone to * @param local_path local directory to clone to
* @param options configuration options for the clone. If NULL, the function * @param options configuration options for the clone. If NULL, the function
* works as though GIT_OPTIONS_INIT were passed. * works as though GIT_OPTIONS_INIT were passed.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment