Skip to content

Commit 926337f

Browse files
wjlgitster
authored andcommitted
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>
1 parent c5fe5b6 commit 926337f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Documentation/git-clean.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ SYNOPSIS
1212

1313
DESCRIPTION
1414
-----------
15-
Removes files unknown to git. This allows to clean the working tree
16-
from files that are not under version control. If the '-x' option is
17-
specified, ignored files are also removed, allowing to remove all
15+
Removes files unknown to git. This allows cleaning the working tree
16+
of files that are not under version control. If the '-x' option is
17+
specified, ignored files are also removed, allowing the removal of all
1818
build products.
1919
If any optional `<path>...` arguments are given, only those paths
2020
are affected.

0 commit comments

Comments
 (0)