Merge pull request #5414 from chrisd8088/fix-logs-man-typo

Fix missing parameter in `git lfs logs` manual page
This commit is contained in:
Chris Darroch 2023-07-04 08:01:48 -07:00 committed by GitHub
commit 109c26482e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -27,7 +27,7 @@ details are saved to ".git/lfs/logs".
Without any options, `git lfs logs` simply shows the list of error logs.
* : Shows the specified error log. Use "last" to show the most recent
* `<file>`: Shows the specified error log. Use "last" to show the most recent
error.
== SEE ALSO