1
0
mirror of https://github.com/danog/gift.git synced 2024-11-30 04:19:37 +01:00

docs: the options arg in ls_files is not optional for now

This commit is contained in:
Luke Plaster 2016-07-06 15:07:41 +08:00 committed by GitHub
parent 69e4714419
commit 63aac64604

View File

@ -289,7 +289,7 @@ module.exports = class Repo
# #
# files - Array of String paths; or a String path (optional). # files - Array of String paths; or a String path (optional).
# options - An Object of command line arguments to pass to # options - An Object of command line arguments to pass to
# `git ls-files` (optional). # `git ls-files`.
# callback - Receives `(err,stdout)`. # callback - Receives `(err,stdout)`.
# #
ls_files: (files, options, callback) -> ls_files: (files, options, callback) ->