diff options
author | Jonas Fonseca <fonseca@diku.dk> | 2005-12-31 18:37:15 +0100 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-01-05 18:44:28 -0800 |
commit | 353ce81597e831969ac37d6991346f8c39c1488e (patch) | |
tree | 7b925733c5a09e7b4e3bfa2d20926583d926f2b7 /Documentation/git-fsck-objects.txt | |
parent | use GIT_DIR instead of /var/tmp (diff) | |
download | tgif-353ce81597e831969ac37d6991346f8c39c1488e.tar.xz |
Wrap synopsis lines and use [verse] to keep formatting
In addition, also fixes a few synopses to be more consistent and a gitlink.
Signed-off-by: Jonas Fonseca <fonseca@diku.dk>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation/git-fsck-objects.txt')
-rw-r--r-- | Documentation/git-fsck-objects.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Documentation/git-fsck-objects.txt b/Documentation/git-fsck-objects.txt index bab1f6080c..387b435484 100644 --- a/Documentation/git-fsck-objects.txt +++ b/Documentation/git-fsck-objects.txt @@ -8,7 +8,9 @@ git-fsck-objects - Verifies the connectivity and validity of the objects in the SYNOPSIS -------- -'git-fsck-objects' [--tags] [--root] [--unreachable] [--cache] [--standalone | --full] [--strict] [<object>*] +[verse] +'git-fsck-objects' [--tags] [--root] [--unreachable] [--cache] + [--standalone | --full] [--strict] [<object>*] DESCRIPTION ----------- |