]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Documentation: fix default directory of git bugreport -o
authorBagas Sanjaya <bagasdotme@gmail.com>
Fri, 3 Sep 2021 11:59:34 +0000 (18:59 +0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 7 Sep 2021 21:25:13 +0000 (14:25 -0700)
git bugreport writes bug report to the current directory by default,
instead of repository root.

Fix the documentation.

Signed-off-by: Bagas Sanjaya <bagasdotme@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-bugreport.txt

index 66e88c2e312b10afeb44d3f4a861ed92c21e925e..d8817bf3cec3995cc7f3fa4a87c8f8ff3f9db865 100644 (file)
@@ -40,8 +40,8 @@ OPTIONS
 -------
 -o <path>::
 --output-directory <path>::
-       Place the resulting bug report file in `<path>` instead of the root of
-       the Git repository.
+       Place the resulting bug report file in `<path>` instead of the current
+       directory.
 
 -s <format>::
 --suffix <format>::