From: Wesley J. Landaker Date: Sat, 25 Apr 2009 15:13:40 +0000 (-0600) Subject: Documentation: git-clean: fix minor grammatical errors X-Git-Tag: v1.6.3-rc3~4 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=926337fe89f99c690b721f00239e298f8b7cad28;p=git.git 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 Signed-off-by: Junio C Hamano --- diff --git a/Documentation/git-clean.txt b/Documentation/git-clean.txt index 8a114509f..932d44daf 100644 --- a/Documentation/git-clean.txt +++ b/Documentation/git-clean.txt @@ -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 `...` arguments are given, only those paths are affected.