Documentation: git-clean: fix minor grammatical errors
There were a few minor grammatical errors that made this paragraph hard to read. This patch fixes the errors in a very minimal manner. Signed-off-by: Wesley J. Landaker <wjl@icecavern.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:

committed by
Junio C Hamano

parent
c5fe5b6de9
commit
926337fe89
@ -12,9 +12,9 @@ SYNOPSIS
|
|||||||
|
|
||||||
DESCRIPTION
|
DESCRIPTION
|
||||||
-----------
|
-----------
|
||||||
Removes files unknown to git. This allows to clean the working tree
|
Removes files unknown to git. This allows cleaning the working tree
|
||||||
from files that are not under version control. If the '-x' option is
|
of files that are not under version control. If the '-x' option is
|
||||||
specified, ignored files are also removed, allowing to remove all
|
specified, ignored files are also removed, allowing the removal of all
|
||||||
build products.
|
build products.
|
||||||
If any optional `<path>...` arguments are given, only those paths
|
If any optional `<path>...` arguments are given, only those paths
|
||||||
are affected.
|
are affected.
|
||||||
|
Reference in New Issue
Block a user