summaryrefslogtreecommitdiffstats
path: root/git-clean.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2008-07-31 22:11:21 +0000
committerJunio C Hamano <junio@hera.kernel.org>2008-07-31 22:11:21 +0000
commit9e39507860f707da6967f6e2cdec8974241d9918 (patch)
tree9c57a3d231215b8d48a0dd06221fdd4f22d70416 /git-clean.txt
parent7f80ae8006f163acc614aebc362adf92788b20a6 (diff)
downloadgit-htmldocs-9e39507860f707da6967f6e2cdec8974241d9918.tar.gz
Autogenerated HTML docs for v1.6.0-rc1-34-g0fe8c
Diffstat (limited to 'git-clean.txt')
-rw-r--r--git-clean.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/git-clean.txt b/git-clean.txt
index 7dcc1ba58..8a114509f 100644
--- a/git-clean.txt
+++ b/git-clean.txt
@@ -8,7 +8,7 @@ git-clean - Remove untracked files from the working tree
SYNOPSIS
--------
[verse]
-'git clean' [-d] [-f] [-n] [-q] [-x | -X] [--] <paths>...
+'git clean' [-d] [-f] [-n] [-q] [-x | -X] [--] <path>...
DESCRIPTION
-----------
@@ -16,8 +16,8 @@ Removes files unknown to git. This allows to clean the working tree
from files that are not under version control. If the '-x' option is
specified, ignored files are also removed, allowing to remove all
build products.
-When optional `<paths>...` arguments are given, the paths
-affected are further limited to those that match them.
+If any optional `<path>...` arguments are given, only those paths
+are affected.
OPTIONS