From ca0cc98e03e870f9b82b31f00b5c6ae422528e46 Mon Sep 17 00:00:00 2001 From: Bagas Sanjaya Date: Fri, 3 Sep 2021 18:59:34 +0700 Subject: Documentation: fix default directory of git bugreport -o git bugreport writes bug report to the current directory by default, instead of repository root. Fix the documentation. Signed-off-by: Bagas Sanjaya Signed-off-by: Junio C Hamano --- Documentation/git-bugreport.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Documentation') diff --git a/Documentation/git-bugreport.txt b/Documentation/git-bugreport.txt index 66e88c2e31..d8817bf3ce 100644 --- a/Documentation/git-bugreport.txt +++ b/Documentation/git-bugreport.txt @@ -40,8 +40,8 @@ OPTIONS ------- -o :: --output-directory :: - Place the resulting bug report file in `` instead of the root of - the Git repository. + Place the resulting bug report file in `` instead of the current + directory. -s :: --suffix :: -- cgit v1.2.3