Skip to content

Commit aaf08c2

Browse files
committed
docs/man: move "logs" subcommands from OPTIONS to COMMANDS
Closes git-lfs#1311
1 parent 22654de commit aaf08c2

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

docs/man/git-lfs-logs.1.ronn

+10-8
Original file line numberDiff line numberDiff line change
@@ -5,27 +5,29 @@ git-lfs-logs(1) - Show errors from the git-lfs command
55

66
`git lfs logs`<br>
77
`git lfs logs` <file><br>
8-
`git lfs logs` --clear<br>
9-
`git lfs logs` --boomtown<br>
8+
`git lfs logs clear`<br>
9+
`git lfs logs boomtown`<br>
1010

1111
## DESCRIPTION
1212

1313
Display errors from the git-lfs command. Any time it crashes, the details are
1414
saved to ".git/lfs/logs".
1515

16+
## COMMANDS
17+
18+
* `clear`:
19+
Clears all of the existing logged errors.
20+
21+
* `boomtown`:
22+
Triggers a dummy exception.
23+
1624
## OPTIONS
1725

1826
Without any options, `git lfs logs` simply shows the list of error logs.
1927

2028
* <file>:
2129
Shows the specified error log. Use "last" to show the most recent error.
2230

23-
* `--clear`:
24-
Clears all of the existing logged errors.
25-
26-
* `--boomtown`:
27-
Triggers a dummy exception.
28-
2931
## SEE ALSO
3032

3133
Part of the git-lfs(1) suite.

0 commit comments

Comments
 (0)