summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/git2/blob.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/git2/blob.h b/include/git2/blob.h
index 33d91d08e..d9aeedecc 100644
--- a/include/git2/blob.h
+++ b/include/git2/blob.h
@@ -119,7 +119,8 @@ typedef enum {
/**
* The options used when applying filter options to a file.
*
- * Initialize with `GIT_BLOB_FILTER_OPTIONS_INIT`.
+ * Initialize with `GIT_BLOB_FILTER_OPTIONS_INIT`. Alternatively, you can
+ * use `git_blob_filter_options_init`.
*
*/
typedef struct {