manformatting

This commit is contained in:
Rick Olson 2014-06-04 12:32:49 -06:00
parent 71e29760df
commit 7ec7f4122e
2 changed files with 12 additions and 8 deletions

@ -3,10 +3,10 @@ git-media-logs(1) - Show errors from the git-media command.
## SYNOPSIS
`git media logs`
`git media logs` <file>
`git media logs` --clear
`git media logs` --boomtown
`git media logs`<br>
`git media logs` <file><br>
`git media logs` --clear<br>
`git media logs` --boomtown<br>
## DESCRIPTION
@ -18,10 +18,10 @@ crashes, the details are saved to ".git/media/logs".
Without any options, `git media logs` will simply show the list of error logs.
* <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.
* `--clear` :
Clears all of the existing logged errors.
* `--boomtown`:
Triggers a dummy exception.
Triggers a dummy exception.

@ -24,10 +24,14 @@ commands and low level ("plumbing") commands.
Display the Git Media environment.
* git-media-init(1):
Ensure Git Media is configured properly.
* git-media-logs(1):
Show errors from the git-media command.
* git-media-path(1):
View and modify Git Media paths in Git attributes.
* git-media-push(1):
Push queued large files to the Git Media endpoint.
* git-media-queues(1):
View queued content to be pushed.
### Low level commands (plumbing)