From aaf08c2ba49e13d359b7186b838dd6e3e4d22db8 Mon Sep 17 00:00:00 2001 From: Taylor Blau Date: Wed, 29 Jun 2016 11:49:05 -0600 Subject: [PATCH] docs/man: move "logs" subcommands from OPTIONS to COMMANDS Closes github/git-lfs#1311 --- docs/man/git-lfs-logs.1.ronn | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) diff --git a/docs/man/git-lfs-logs.1.ronn b/docs/man/git-lfs-logs.1.ronn index 6d959b8d..7102bf6f 100644 --- a/docs/man/git-lfs-logs.1.ronn +++ b/docs/man/git-lfs-logs.1.ronn @@ -5,14 +5,22 @@ git-lfs-logs(1) - Show errors from the git-lfs command `git lfs logs`
`git lfs logs`
-`git lfs logs` --clear
-`git lfs logs` --boomtown
+`git lfs logs clear`
+`git lfs logs boomtown`
## DESCRIPTION Display errors from the git-lfs command. Any time it crashes, the details are saved to ".git/lfs/logs". +## COMMANDS + +* `clear`: + Clears all of the existing logged errors. + +* `boomtown`: + Triggers a dummy exception. + ## OPTIONS Without any options, `git lfs logs` simply shows the list of error logs. @@ -20,12 +28,6 @@ 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 error. -* `--clear`: - Clears all of the existing logged errors. - -* `--boomtown`: - Triggers a dummy exception. - ## SEE ALSO Part of the git-lfs(1) suite.