aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2024-02-08 16:22:07 -0800
committerJunio C Hamano <gitster@pobox.com>2024-02-08 16:22:08 -0800
commit7b95c644083e892df9c687b1ef4c4be01c55a18f (patch)
tree37959ea3633415b13a0cc83dbdab110a217ee9f8
parentb1184c3c696c57180376fa6fa4a5a89efed163d9 (diff)
parent68fcebfb1a463af2dc580b9618f2cfe27fbce6ab (diff)
downloadgit-7b95c644083e892df9c687b1ef4c4be01c55a18f.tar.gz
Merge branch 'es/add-doc-list-short-form-of-all-in-synopsis' into maint-2.43
Doc update. * es/add-doc-list-short-form-of-all-in-synopsis: git-add.txt: add missing short option -A to synopsis
-rw-r--r--Documentation/git-add.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-add.txt b/Documentation/git-add.txt
index ed44c1cb31..3d2e670716 100644
--- a/Documentation/git-add.txt
+++ b/Documentation/git-add.txt
@@ -9,7 +9,7 @@ SYNOPSIS
--------
[verse]
'git add' [--verbose | -v] [--dry-run | -n] [--force | -f] [--interactive | -i] [--patch | -p]
- [--edit | -e] [--[no-]all | --[no-]ignore-removal | [--update | -u]] [--sparse]
+ [--edit | -e] [--[no-]all | -A | --[no-]ignore-removal | [--update | -u]] [--sparse]
[--intent-to-add | -N] [--refresh] [--ignore-errors] [--ignore-missing] [--renormalize]
[--chmod=(+|-)x] [--pathspec-from-file=<file> [--pathspec-file-nul]]
[--] [<pathspec>...]