diff options
author | Matthieu Moy <Matthieu.Moy@imag.fr> | 2009-08-06 17:11:48 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-08-06 14:01:13 -0700 |
commit | 4d590f0607184021c7b52430aa41483e6fd0d044 (patch) | |
tree | 9b2c9be16e86184d87e7980e24114305a5eb36a2 /Documentation | |
parent | git-describe: Die early if there are no possible descriptions (diff) | |
download | tgif-4d590f0607184021c7b52430aa41483e6fd0d044.tar.xz |
git-ls-files.txt: clarify what "other files" mean for --other
Signed-off-by: Matthieu Moy <Matthieu.Moy@imag.fr>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/git-ls-files.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-ls-files.txt b/Documentation/git-ls-files.txt index 057a021eb5..021066e95d 100644 --- a/Documentation/git-ls-files.txt +++ b/Documentation/git-ls-files.txt @@ -44,7 +44,7 @@ OPTIONS -o:: --others:: - Show other files in the output + Show other (i.e. untracked) files in the output -i:: --ignored:: |