Merge pull request #1335 from github/fix-logs-manpage

docs/man: move "logs" subcommands from OPTIONS to COMMANDS
This commit is contained in:
Taylor Blau 2016-06-29 12:47:55 -06:00 committed by GitHub
commit 7ee533f646

@ -5,14 +5,22 @@ git-lfs-logs(1) - Show errors from the git-lfs command
`git lfs logs`<br> `git lfs logs`<br>
`git lfs logs` <file><br> `git lfs logs` <file><br>
`git lfs logs` --clear<br> `git lfs logs clear`<br>
`git lfs logs` --boomtown<br> `git lfs logs boomtown`<br>
## DESCRIPTION ## DESCRIPTION
Display errors from the git-lfs command. Any time it crashes, the details are Display errors from the git-lfs command. Any time it crashes, the details are
saved to ".git/lfs/logs". saved to ".git/lfs/logs".
## COMMANDS
* `clear`:
Clears all of the existing logged errors.
* `boomtown`:
Triggers a dummy exception.
## OPTIONS ## OPTIONS
Without any options, `git lfs logs` simply shows the list of error logs. 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.
* <file>: * <file>:
Shows the specified error log. Use "last" to show the most recent error. 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 ## SEE ALSO
Part of the git-lfs(1) suite. Part of the git-lfs(1) suite.