X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Fgit-clean.txt;h=37a82ee4b8ed2dc939e56140821a42d452e1b4b5;hb=77d3ecee85dbf354d2059d7ef65d788d90db3efa;hp=5e9da036ba5ce14c0b7fb6f1b9ff8389af4770e4;hpb=dfb9a34ababeee98a9f241636c1fe6e98c754f7a;p=git.git diff --git a/Documentation/git-clean.txt b/Documentation/git-clean.txt index 5e9da036b..37a82ee4b 100644 --- a/Documentation/git-clean.txt +++ b/Documentation/git-clean.txt @@ -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 GIT --- -Part of the linkgit:git[7] suite +Part of the linkgit:git[1] suite