From 219518ec1fe136c89930d5e25ea0291e749be875 Mon Sep 17 00:00:00 2001 From: Chris Darroch Date: Fri, 30 Jun 2023 12:49:17 -0700 Subject: [PATCH] docs/man/git-lfs-logs.adoc: fix missing file opt In PR #5054 we converted our manual pages to the AsciiDoc format, and in doing so, one entry in the manual page for the "git lfs logs" command lost the relevant "" option parameter, so we restore it now. --- docs/man/git-lfs-logs.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/man/git-lfs-logs.adoc b/docs/man/git-lfs-logs.adoc index 6b8e8d82..285fe920 100644 --- a/docs/man/git-lfs-logs.adoc +++ b/docs/man/git-lfs-logs.adoc @@ -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 +* ``: Shows the specified error log. Use "last" to show the most recent error. == SEE ALSO