diff options
author | Stephan Beyer <s-beyer@gmx.net> | 2008-06-08 03:36:10 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2008-06-08 13:46:38 -0700 |
commit | 459cf2e9857df069269aa733a7ce9df6f00f88ef (patch) | |
tree | 1ce6860b3c8e5e7b51d215631bdfb5ac4d422318 /Documentation/git-clean.txt | |
parent | 3240240ff427fa2e26a847c7c9fd89e6a4313daa (diff) | |
download | git-459cf2e9857df069269aa733a7ce9df6f00f88ef.tar.gz |
Docs: add some long/short options
Namely:
git-clean.txt: --dry-run --quiet
git-count-objects.txt: --verbose
git-quiltimport.txt: -n
git-remote.txt: -v --verbose
Signed-off-by: Stephan Beyer <s-beyer@gmx.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-clean.txt')
-rw-r--r-- | Documentation/git-clean.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/git-clean.txt b/Documentation/git-clean.txt index deebf3b315..37a82ee4b8 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. |