Skip to content

Commit

Permalink
Documentation: git-clean: fix minor grammatical errors
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
wjl authored and gitster committed Apr 25, 2009
1 parent c5fe5b6 commit 926337f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Documentation/git-clean.txt
Expand Up @@ -12,9 +12,9 @@ SYNOPSIS

DESCRIPTION
-----------
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
Removes files unknown to git. This allows cleaning the working tree
of files that are not under version control. If the '-x' option is
specified, ignored files are also removed, allowing the removal of all
build products.
If any optional `<path>...` arguments are given, only those paths
are affected.
Expand Down

0 comments on commit 926337f

Please sign in to comment.