From 459cf2e9857df069269aa733a7ce9df6f00f88ef Mon Sep 17 00:00:00 2001 From: Stephan Beyer Date: Sun, 8 Jun 2008 03:36:10 +0200 Subject: 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 Signed-off-by: Junio C Hamano --- Documentation/git-clean.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Documentation/git-clean.txt') diff --git a/Documentation/git-clean.txt b/Documentation/git-clean.txt index deebf3b31..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. -- cgit v1.2.1