summaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorVincent Bernat <vincent@bernat.ch>2022-11-06 07:37:27 (GMT)
committerTaylor Blau <me@ttaylorr.com>2022-11-08 02:55:06 (GMT)
commita6c6f6d2fe1a628cd1e86451c998de55b6a2693a (patch)
tree586269b343b2611ce885578a1abc1ddd9cfe4092 /Documentation
parent3b08839926fcc7cc48cf4c759737c1a71af430c1 (diff)
downloadgit-a6c6f6d2fe1a628cd1e86451c998de55b6a2693a.zip
git-a6c6f6d2fe1a628cd1e86451c998de55b6a2693a.tar.gz
git-a6c6f6d2fe1a628cd1e86451c998de55b6a2693a.tar.bz2
ls-files: fix --ignored and --killed flags in synopsis
Signed-off-by: Vincent Bernat <vincent@bernat.ch> Signed-off-by: Taylor Blau <me@ttaylorr.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/git-ls-files.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/git-ls-files.txt b/Documentation/git-ls-files.txt
index d798641..440043c 100644
--- a/Documentation/git-ls-files.txt
+++ b/Documentation/git-ls-files.txt
@@ -10,8 +10,8 @@ SYNOPSIS
--------
[verse]
'git ls-files' [-z] [-t] [-v] [-f]
- [-c|--cached] [-d|--deleted] [-o|--others] [-i|--|ignored]
- [-s|--stage] [-u|--unmerged] [-k|--|killed] [-m|--modified]
+ [-c|--cached] [-d|--deleted] [-o|--others] [-i|--ignored]
+ [-s|--stage] [-u|--unmerged] [-k|--killed] [-m|--modified]
[--directory [--no-empty-directory]] [--eol]
[--deduplicate]
[-x <pattern>|--exclude=<pattern>]