Skip to content

Commit ca0cc98

Browse files
bagasmegitster
authored andcommitted
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 <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 225bc32 commit ca0cc98

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation/git-bugreport.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ OPTIONS
4040
-------
4141
-o <path>::
4242
--output-directory <path>::
43-
Place the resulting bug report file in `<path>` instead of the root of
44-
the Git repository.
43+
Place the resulting bug report file in `<path>` instead of the current
44+
directory.
4545

4646
-s <format>::
4747
--suffix <format>::

0 commit comments

Comments
 (0)