diff options
author | Jean-Noël Avila <jn.avila@free.fr> | 2021-11-06 19:48:51 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2021-11-09 09:39:11 -0800 |
commit | 49cbad0edd4dcf53e373e9fd27a9c36a41fb044e (patch) | |
tree | 1277d6695052d575c0b2278b8f1706062a5db581 /Documentation/git-pack-redundant.txt | |
parent | doc: split placeholders as individual tokens (diff) | |
download | tgif-49cbad0edd4dcf53e373e9fd27a9c36a41fb044e.tar.xz |
doc: express grammar placeholders between angle brackets
This discerns user inputs from verbatim options in the synopsis.
Signed-off-by: Jean-Noël Avila <jn.avila@free.fr>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-pack-redundant.txt')
-rw-r--r-- | Documentation/git-pack-redundant.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-pack-redundant.txt b/Documentation/git-pack-redundant.txt index f2869da572..ee7034b5e5 100644 --- a/Documentation/git-pack-redundant.txt +++ b/Documentation/git-pack-redundant.txt @@ -9,7 +9,7 @@ git-pack-redundant - Find redundant pack files SYNOPSIS -------- [verse] -'git pack-redundant' [ --verbose ] [ --alt-odb ] < --all | .pack filename ... > +'git pack-redundant' [ --verbose ] [ --alt-odb ] ( --all | <pack-filename>... ) DESCRIPTION ----------- |