Code

Move split_cmdline() to alias.c
[git.git] / Documentation / git-clean.txt
index deebf3b315cd7e119fd70c500400181137843652..37a82ee4b8ed2dc939e56140821a42d452e1b4b5 100644 (file)
@@ -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.