aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2023-12-27 14:52:26 -0800
committerJunio C Hamano <gitster@pobox.com>2023-12-27 14:52:26 -0800
commitb0d277d69f0afdf1053bde614ea2db504d9bca1e (patch)
tree07573df46258391c37f6ac2aac19f5af708a8ae7
parentMerge branch 'jk/mailinfo-iterative-unquote-comment' (diff)
parentgit-add.txt: add missing short option -A to synopsis (diff)
downloadgit-b0d277d69f0afdf1053bde614ea2db504d9bca1e.tar.gz
git-b0d277d69f0afdf1053bde614ea2db504d9bca1e.zip
Merge branch 'es/add-doc-list-short-form-of-all-in-synopsis'
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>...]