Autogenerated man pages for v1.3.2-g8c24
[git.git] / man1 / git-clean.1
index ad7789a..5a5ecea 100755 (executable)
@@ -23,13 +23,13 @@ git-clean \- Remove untracked files from the working tree
 .SH "SYNOPSIS"
 
 .nf
-\fIgit\-clean\fR [\-d] [\-n] [\-q] [\-x | \-X]
+\fIgit\-clean\fR [\-d] [\-n] [\-q] [\-x | \-X] [\-\-] <paths>...
 .fi
 
 .SH "DESCRIPTION"
 
 
-Removes files unknown to git\&. This allows to clean the working tree from files that are not under version control\&. If the \fI\-x\fR option is specified, ignored files are also removed, allowing to remove all build products\&.
+Removes files unknown to git\&. This allows to clean the working tree from files that are not under version control\&. If the \fI\-x\fR 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\&.
 
 .SH "OPTIONS"