The nested list in the description of the -t option wasn't properly indented. Additionally, make it a horizontal labeled list since the labels are all short. Signed-off-by: Andreas Schwab <schwab@xxxxxxxxxxxxxx> --- Documentation/git-ls-files.txt | 15 ++++++++------- 1 files changed, 8 insertions(+), 7 deletions(-) diff --git a/Documentation/git-ls-files.txt b/Documentation/git-ls-files.txt index 3521637..c0dc3ec 100644 --- a/Documentation/git-ls-files.txt +++ b/Documentation/git-ls-files.txt @@ -108,13 +108,14 @@ OPTIONS -t:: Identify the file status with the following tags (followed by a space) at the start of each line: - H:: cached - S:: skip-worktree - M:: unmerged - R:: removed/deleted - C:: modified/changed - K:: to be killed - ?:: other +[horizontal] + H::: cached + S::: skip-worktree + M::: unmerged + R::: removed/deleted + C::: modified/changed + K::: to be killed + ?::: other -v:: Similar to `-t`, but use lowercase letters for files -- 1.7.0.1 Andreas. -- Andreas Schwab, schwab@xxxxxxxxxxxxxx GPG Key fingerprint = 58CA 54C7 6D53 942B 1756 01D3 44D5 214B 8276 4ED5 "And now for something completely different." -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html