]> git.ipfire.org Git - thirdparty/git.git/blobdiff - Documentation/git-clean.txt
Documentation: be consistent about "git-" versus "git "
[thirdparty/git.git] / Documentation / git-clean.txt
index 37a82ee4b8ed2dc939e56140821a42d452e1b4b5..f001f8f8daa20a59ad0888fb4d488f11d85b1774 100644 (file)
@@ -8,7 +8,7 @@ git-clean - Remove untracked files from the working tree
 SYNOPSIS
 --------
 [verse]
-'git-clean' [-d] [-f] [-n] [-q] [-x | -X] [--] <paths>...
+'git clean' [-d] [-f] [-n] [-q] [-x | -X] [--] <paths>...
 
 DESCRIPTION
 -----------