]> 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 5e9da036ba5ce14c0b7fb6f1b9ff8389af4770e4..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
 -----------
@@ -30,9 +30,11 @@ OPTIONS
        git-clean will refuse to run unless given -f or -n.
 
 -n::
+--dry-run::
        Don't actually remove anything, just show what would be done.
 
 -q::
+--quiet::
        Be quiet, only report errors, but not the files that are
        successfully removed.
 
@@ -54,4 +56,4 @@ Written by Pavel Roskin <proski@gnu.org>
 
 GIT
 ---
-Part of the linkgit:git[7] suite
+Part of the linkgit:git[1] suite