]> git.ipfire.org Git - thirdparty/git.git/commit
git-add.txt: add missing short option -A to synopsis
authorEric Sunshine <sunshine@sunshineco.com>
Fri, 15 Dec 2023 20:43:33 +0000 (15:43 -0500)
committerJunio C Hamano <gitster@pobox.com>
Fri, 15 Dec 2023 21:01:51 +0000 (13:01 -0800)
commit68fcebfb1a463af2dc580b9618f2cfe27fbce6ab
treeda4aec820673d87a20e114d0d5f8e0e96d9c0c52
parentfb7d80edcae482f4fa5d4be0227dc3054734e5f3
git-add.txt: add missing short option -A to synopsis

With one exception, the synopsis for `git add` consistently lists the
short counterpart alongside the long-form of each option (for instance,
"[--edit | -e]"). The exception is that -A is not mentioned alongside
--all. Fix this inconsistency

Reported-by: Benjamin Lehmann <ben.lehmann@gmail.com>
Signed-off-by: Eric Sunshine <sunshine@sunshineco.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-add.txt